@charset "UTF-8";

/*
	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

*/

/* @group Reset Style */

body {
	color: #000000;
	background: transparent;
	}

body,
h1,h2,h3,h4,h5,h6,
p,
blockquote,
div,
dl,dt,dd,
ul,ol,li,
pre,code,
form,fieldset,legend,input,textarea,
th,td {
	margin:0;
	padding:0;
	font-size: 100%;
	}

table {
	border-collapse: collapse;
	border-spacing:0;
	}

fieldset,img {
	border:0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
	}

li {
	list-style: none;
	list-style-position: outside;
	}

caption,th {
	text-align: left;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}

q:before,q:after {
	content:'';
	}

abbr,acronym {
	border:0;
	font-variant:normal;
	}

sup,sub {
	line-height: 1px;
	vertical-align: text-top;
	}

sub {
	vertical-align: text-bottom;
	}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}
	
/* @end */

/* @group Structure */

/* @group Structure elements */

* html {
    background: url(null) fixed;
	}

body {
	font-size: 13px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',
				 'Meiryo','メイリオ','Osaka','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1;
	background: #ff1a00;
	}

* html body {
	*font-size: small; /* IE6,IE7 Standards Mode */
	*font: x-small;  /* IE6 Quirks Mode */
	letter-spacing: 0.1em;
	}

*:first-child+html body {
	*font-size: small; /* IE6,IE7 Standards Mode */
	letter-spacing: 0.1em;
	}

/* @end */

/* @group pageContainer */

#pageType {
	background: url(../images/bg-pageHeader.png) no-repeat 50% 0;
	}

#pageAttribute {
	}

#pageTop {
	width: 960px;
	margin: 0 auto;
	}

/* @end */

/* @group pageHeader */

#pageHeader {
	margin: 0 auto;
	padding: 24px 0 20px;
	width: 776px;
	}

#siteTitle {
	}

/* @end */

/* @group pageBody */

#pageBody {
	}

#pageContent {
	margin: 0 40px;
	}

#pageContent #header,
#pageContent #list {
	padding: 0 0 18px;
	background: url(../images/bg-roundedbox-bottom.png) no-repeat 0 bottom;
	}

#pageContent .section {
	padding: 20px 30px 2px;
	background: #ffffff url(../images/bg-roundedbox-top.png) no-repeat 0 0;
	}

#pageContent .page-404 {
	padding: 60px 30px 42px;
	}

#pageContent #list .section {
	padding: 20px 30px 32px;
	}

#pageContent #header h2 {
	margin: 10px 0 0;
	text-align: center;
	}

#pageContent #header p {
	margin: 20px 30px 6px;
	line-height: 1.8;
	}

#pageContent #list {
	margin: 30px 0 0;
	}

#pageContent #list .column-count3 {
	margin: 30px 0 0;
	}

#pageContent #list .top {
	margin: 10px 0 0;
	}

#pageContent #list .column {
	margin-right: 20px;
	width: 260px;
	}

#pageContent #list .third {
	margin-right: 0;
	}

#pageContent #list .header {
	position: relative;
	width: 260px;
	}

#pageContent #list .header .btn {
	position: absolute;
	top: 49px;
	left: 95px;
	}

#pageContent #list .column table {
	margin: 12px 0 0;
	font-size: 92%;
	line-height: 1.8;
	}

#pageContent #list .column table th,
#pageContent #list .column table td {
	vertical-align: top;
	}

#pageContent #list .column table td {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

#pageContent #list .column table .number {
	text-align: center;
	}

#pageContent #list .column table th {
	padding-right: 0.2em;
	}

#pageContent #list .column table td {
	padding-left: 0.4em;
	}

#pageContent #list .column tr th input {
	opacity: 0;
	filter: alpha(opacity=0);
	}

#pageContent #list .column tr th {
	padding: 1px 0;
	display: block;
	width: 14px;
	height: 20px;
	background: url(../images/bg-checkbox_unchecked.png) no-repeat 0 3px;
	}

#pageContent #list .column tr.unchecked th,
#pageContent #list .column tr.unchecked td {
	color: #333333;
	}

#pageContent #list .column tr.unchecked th {
	background: url(../images/bg-checkbox_unchecked.png) no-repeat 0 3px;
	}

#pageContent #list .column tr.checked th,
#pageContent #list .column tr.checked td {
	color: #ff1a00;
	}

#pageContent #list .column tr.checked th {
	background: url(../images/bg-checkbox_checked.png) no-repeat 0 3px;
	}

#pageContent #list .column tr.disabled th,
#pageContent #list .column tr.disabled td {
	color: #999999;
	}

#pageContent #list .column tr.disabled th {
	background: url(../images/bg-checkbox_disabled.png) no-repeat 0 3px;
	}

#pageContent #list .column table input:hover,
#pageContent #list .column table label:hover {
	cursor: pointer;
	}

#pageContent #list .column tr.disabled input:hover,
#pageContent #list .column tr.disabled label:hover {
	cursor: default;
	}

/* @group submit */

#pageContent #list .column-count2 {
	margin: 90px 0 0 166px;
	line-height: 1.2;
	}

#pageContent #list .column-count2 .first {
	margin: 0 30px 0 0;
	width: 398px;
	}

#pageContent #list .column-count2 .second {
	margin: 0;
	width: 200px;
	}

#pageContent #list .column-count2 .first input.wpcf7-email {
	border: 2px solid #ff8c7f;
	padding: 3px 5px;
	height: 36px;
	width: 384px;
	line-height: 2.8;
	}

#pageContent #list .column-count2 .first .wpcf7-not-valid-tip-no-ajax {
	display: block;
	padding: 20px 0 0;
	font-size: 122%;
	font-weight: bold;
	color: #ff1a00;
	}

.enable-submit #pageContent #list .column-count2 .second .wpcf7-submit {
	display: block;
	width: 120px;
	height: 46px;
	text-indent: -9999px;
	border: none;
	background: url(../images/btn-submit.png) no-repeat 0 -56px;
	cursor: pointer;
	}

.disable-submit #pageContent #list .column-count2 .second .wpcf7-submit {
	display: block;
	width: 120px;
	height: 46px;
	text-indent: -9999px;
	border: none;
	background: url(../images/btn-submit.png) no-repeat 0 0;
	cursor: default;
	}

#pageContent #list .column-count2 .column .select {
	display: block;
	padding: 20px 0 0;
	font-size: 122%;
	font-weight: bold;
	color: #ff1a00;
	}

.enable-submit #pageContent #list .column-count2 .second .select {
	display: none;
	}

#pageContent #list .wpcf7-validation-errors,
#pageContent #list .wpcf7-mail-sent-ok {
	display: block;
	padding: 20px 0 0;
	font-weight: bold;
	color: #ff1a00;
	border: none;
	text-align: center;
	}

#pageContent #list .wpcf7-response-output {
	display: block;
	margin: 0;
	padding: 20px 0 0;
	font-weight: bold;
	color: #ff1a00;
	border: none;
	text-align: center;
	}

#pageContent #list .user-response {
	visibility: hidden;
	height: 1px;
	font-size: 1px;
	}

#pageContent #list .ajax-loader {
	display: none;
	}

#pageContent #list .wpcf7-not-valid-tip {
	display: none;
	}

#pageContent #list .wpcf7-not-valid {
	background: #ffcec8;
	}


/* @end */

#pageDescription {
	}

#counter {
	position: fixed;
	top: 0;
	right: 0;
	padding: 20px;
	width: 110px;
	height: 50px;
	text-align: center;
	background: url(../images/bg-count.png) no-repeat 0 0;
	font-family: "Comic Sans MS", Lucida, Verdana, sans-serif;
	color: #ffffff;
	font-size: 182%;
	line-height: 2;
	}

* html #counter {
	position: absolute;
    top: expression(eval(document.compatMode &&  document.compatMode=='CSS1Compat') ? (documentElement.scrollTop) : (document.body.scrollTop));
	right: -1px;
	}


/* @end */

/* @group pageNavigation */

#pageNavigation {
	}

.global { /* サイト全体の広域*/
	}

.local { /* サブナビゲーション*/
	}

.contentinfo { /* お問い合わせ,　プライバシーに関する説明へのリンクなど */
	}
	
/* @end */

/* @group pageFooter */

#pageFooter {
	margin: 48px 40px 0;
	text-align: center;
	}

#pageFooter .btn-nakatsukatakeshi-com {
	padding: 0 0 50px;
	border-bottom: 1px solid #ff8d80;
	}

#pageFooter .btn-tshirt-co-jp {
	margin: 39px 0 0;
	padding: 0 0 22px;
	}

#pageFooter .storelist h3 {
	padding: 0 0 14px;
	}

#pageFooter .storelist ul {
	display: inline-block;
	padding: 0 0 62px;
	}

#pageFooter .storelist li {
	display: inline;
	margin-right: 1em;
	line-height: 1.2;
	}

* html #pageFooter .storelist ul li {
	zoom: 1;
	}

*:first-child+html #pageFooter .storelist ul li {
	zoom: 1;
	}

#pageFooter .storelist li.last {
	margin-right: 0;
	}

#pageFooter .storelist li a {
	color: #ffffff;
	}

#pageFooter .storelist li a:hover {
	text-decoration: none;
	}

#copyright {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
	}
	
/* @end */

/* @end */


/* @group Text Module */


strong {
	font-weight: bold;
	}

.uppercase {
	text-transform: uppercase;
	}

.bullet {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	}

.notice {
	}

.require {
	}

.lang-ja {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',
				 'Meiryo','メイリオ','Osaka','ＭＳ Ｐゴシック',sans-serif;
	}

.lang-en {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
	}

/* @end */


/* @group Hypertext Module */

a {
	color: #333333;
	text-decoration: underline;
	}

a:link {
	}

a:visited {
	}

a:hover {
	color: #000000;
	text-decoration: none;
	}

a:active {
	}

/* @end */

/* @group Modules */

/* @group pkg */

.pkg {
	}

.pkg:before,
.pkg:after {
    content: "";
    display: block;
    overflow: hidden;
	}

.pkg:after {
    clear: both;
	}
	
/* For IE 6/7 (trigger hasLayout) */
.pkg {
    zoom: 1;
	}

/* @end */

/* @group column module */


/* @group 2 column */

.column-count2 {
	/*width: 656px;*/
	}

.column-count2 .column {
	float: left;
	/*width: 323px;*/
	}

.column-count2 .first {
	margin: 0 10px 0 0;
	}

.column-count2 .second {
	margin: 0 0 0 0;
	}

/* @end */

/* @group 3 column */

.column-count3 {
	/*width: 656px;*/
	}

.column-count3 .column {
	float: left;
	/*width: 212px;*/
	}

.column-count3 .first {
	margin: 0 10px 0 0;
	}

.column-count3 .second {
	margin: 0 10px 0 0;
	}

.column-count3 .third {
	margin: 0 0 0 0;
	}

/* @end */

/* @end */

/* @group clearfix */

.clearfix:before,
.clearfix:after,
.column-count3:before,
.column-count3:after,
.column-count2:before,
.column-count2:after {
	content: "";
	display: block;
	overflow: hidden;
	}

.clearfix:after,
.column-count3:after,
.column-count2:after {
	clear: both;
	}

/* For IE 6/7 (trigger hasLayout) */
.clearfix,
.column-count3,
.column-count2 {
	zoom: 1;
	}


/* @end */

/* @group separator */

div.separator {
	}

div.separator hr {
	display: none;
	}

/* @end */

/* @end */

/* @group Categories */

/* @group home */

.home {
	}


/* @end */

/* @end */

