@charset "utf-8";


body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #1a1a1a;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 1px;
}
body.fontM {
	font-size: 100%;	
}
body.fontL {
	font-size: 120%;
}

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

hr {
	display: none;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	color: #df2121;
}

a:hover {
	text-decoration: none;	
}

a:visited {
	color: #998000;
}

a:focus,
input,
textarea,
button {
	outline: none;
}

strong {
	font-weight: bold;
}


/* --------------------------------------------------------------------------------------------------------------------

#header

-------------------------------------------------------------------------------------------------------------------- */

#header {
	height: 100px;
	background: transparent url(../images/header_img_02.gif) repeat-x 0 0;
}

#header .inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 100;
}


/* -------------- .subNavi -------------- */

#header .subNavi {
	position: absolute;
	top: 0;
	right: 0;
}

#header .subNavi li {
	float: left;
	line-height: 0;
	background: transparent url(../images/header_img_03.gif) no-repeat 7px 14px;
	padding: 6px 0 0 17px;
}
#header .subNavi li.first-child {
	padding-left: 0;
	background: none;	
}
#header .subNavi li.last-child {
	padding: 0 0 0 11px;
	background: none; 
}


/* -------------- .globalNavi -------------- */

#header .globalNavi li {
	float: left;
	position: relative;
}
#header .globalNavi li li {
	float: none;
	position: static;
}

#header .globalNavi li ul {
	font-size: 75%;
	line-height: 1.4;
	position: absolute;
	width: 148px;
	left: 0;
	top: 38px;
	display: none;
}

#header .globalNavi li ul a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 7px 10px 5px 10px;
	border-bottom: 1px solid #474747;
	background: #000;
	background: rgba(0,0,0,0.9);
	*zoom:1;
}

#header .globalNavi li ul a:hover {
	background: #333;
	background: rgba(51,51,51,0.9);
}



/* -------------- .fontNavi -------------- */

#header dl {
	float: left;
	width: 220px;
	background: transparent url(../images/header_img_07.gif) no-repeat 100% 0;
}

#header dt,
#header dd {
	float: left;
}
#header dd {
	margin-top: 5px;
	height: 28px;
	text-indent: -9999px;
	cursor: pointer;
}

#header #fontM {
	width: 50px;
	background: transparent url(../images/header_img_05.gif) no-repeat 0 0;
}
body.fontM #header #fontM {
	cursor: default;
	background: transparent url(../images/header_img_05_a.gif) no-repeat 0 0;
}
body.fontL #header #fontM:hover {
	background: transparent url(../images/header_img_05_o.gif) no-repeat 0 0;
}

#header #fontL {
	width: 50px;
	background: transparent url(../images/header_img_06.gif) no-repeat 0 0;
}
body.fontL #header #fontL {
	cursor: default;
	background: transparent url(../images/header_img_06_a.gif) no-repeat 0 0;
}
body.fontM #header #fontL:hover {
	background: transparent url(../images/header_img_06_o.gif) no-repeat 0 0;
}

ul.cntsNavi {
display : none ;
}


/* --------------------------------------------------------------------------------------------------------------------

#topImagesSection

-------------------------------------------------------------------------------------------------------------------- */

#topImagesSection {
	height: 475px;
	border-bottom: 1px solid #d9d9d9;
	background: transparent url(../images/topImagesSection_img_01.gif) repeat-x 0 0;
}

#topImagesSection .inner {
	width: 958px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background: transparent url(../images/topImagesSection_img_02.jpg) no-repeat 0 0;
	border: 1px solid #d9d9d9;
	border-style: none solid;
	position: relative;
}

#topImagesSection h1 {
	position: absolute;
	top: 73px;
	left: 79px;
}

#topImagesSection ul,
#topImagesSection p {
	position: absolute;
	left: 349px;
}

#topImagesSection li {
	position: absolute;
	display: none;	
}

#topImagesSection li a,
#topImagesSection p a {
	display: block;
	position: absolute;
	top: 440px;
	left: 470px;
}



/* --------------------------------------------------------------------------------------------------------------------

#container

-------------------------------------------------------------------------------------------------------------------- */

#container {
	width: 958px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #d9d9d9;
	border-style: none solid;
}
#top #container {
	overflow: hidden;
}


/* -------------- common -------------- */

#mainContainer .mb30 {
	margin-bottom: 30px;
}

#mainContainer .mt30 {
	margin-top: 30px;
}

#mainContainer .mb50 {
	margin-bottom: 50px;
}
#mainContainer .ml2 {
	margin-left: 2em;
}

#mainContainer .tac {
	text-align: center;
}
#mainContainer .tal {
	text-align: left;
}
#mainContainer .tar {
	text-align: right;
}


#mainContainer .gray30 {
	color: #4c4c4c;
}
#mainContainer .gray50 {
	color: #808080;
}
#mainContainer .red {
	color: #df2121;
}

#mainContainer span.txtS {
	font-size: 80%;
}

#mainContainer li.txtS,
#mainContainer p.txtS {
	font-size: 70%;
}

#mainContainer .txtB {
	font-weight: bold;
}


#mainContainer .bb30 {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d9d9d9;
}
#mainContainer .bb50 {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #d9d9d9;
}
#mainContainer .bt30 {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #d9d9d9;
}
#mainContainer .bt50 {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #d9d9d9;
}

#mainContainer .graySection {
	padding: 20px 20px 10px;
	background: #f2f2f2;
	margin-bottom: 15px;
}

#mainContainer .kakomiSection {
	padding: 10px 10px 0 10px;
	margin: -5px 0 30px 0;
	border: 1px dotted #729F72;
	font-size: 85%;
}

#mainContainer .kakomiSectionRed {
	padding: 10px 10px 0 10px;
	margin: -15px 0 30px 0;
	border: 1px dotted #AE0005;
	font-size: 85%;
}

#mainContainer .floatL {
	float: left;
	margin: 0 20px 20px 0;
}
#mainContainer .floatR {
	float: right;
	margin: 0 0 20px 20px;
}
#mainContainer .fclear {
	overflow: auto;
}

#mainContainer .ivorySection {
	padding: 15px 20px;
	background: #f5f1e9;
	margin: 0 0 15px 30px;
}


/* -------------- tag -------------- */

#mainContainer h1 {
	font-size: 180%;
	font-weight: bold;
	line-height: 1.4;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	border-bottom: 1px solid #d9d9d9;
	margin: 0 -30px 30px;	
	padding: 40px 30px 20px 30px;	
}

#mainContainer h2 {
	font-size: 112.5%;
	font-weight: bold;
	line-height: 1.4;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	background: transparent url(../images/common_img_02.gif) repeat-x 0 100%;
	padding-top: 10px;
	margin-bottom: 1.5em;
}

#mainContainer h2 span {
	display: block;
	background: transparent url(../images/common_img_01.gif) no-repeat 2px .5em;
	padding: 0 0 15px 17px;
}

#mainContainer h3 {
	font-weight: bold;
	line-height: 1.4;
	background: #f2f2f2;
	padding: 5px 10px 3px;
	margin-bottom: 1em;
}

#mainContainer h4 {
	font-size: 87.5%;
	color: #df2121;
	font-weight: bold;
	margin-bottom: 1em;
}

#mainContainer h5 {
	font-size: 80%;
	color: #666666;
	font-weight: bold;
	margin-bottom: 1em;
}

#mainContainer .lead {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.4;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	padding-top: 10px;
	margin-bottom: 1em;
}

#mainContainer li,
#mainContainer p {
	font-size: 80%;
}

#mainContainer ul,
#mainContainer p {
	margin-bottom: 1em;
	*vertical-align: bottom;
}
#mainContainer li {
	line-height: 1.6;
	margin-bottom: .5em;
}

#mainContainer ul {
	list-style: disc;
	margin-left: 2em;
}

#mainContainer dl {
	margin: 0 0 10px 0;
	font-size: 80%;
}

#mainContainer dt {
	line-height: 1;
	color: #4c4c4c;
	padding: 0;
	margin: 0 0 6px 0;
	font-weight: bold;
}

#mainContainer dd {
	line-height: 1.4;
	padding: 0 10px 5px;
	margin: 0 0 5px 0;	
	*zoom: 1;
}


/* -------------- link -------------- */

#mainContainer .link {
	line-height: 1.4;
	list-style: none;
}

#mainContainer .link a {
	color: #1a1a1a;
	padding-left: 10px;
	background: transparent url(../images/common_img_05.gif) no-repeat 0 .4em;
}
#mainContainer .link a:hover {
	color: #df2121;
}

#mainContainer .grayLink {
	list-style: none;
	font-size: 70%;
}
#mainContainer .grayLink a {
	color: #4c4c4c;
	text-decoration: none;
	padding: 5px 5px 5px 20px;
	background: #e6e6e6 url(../images/common_img_03.gif) no-repeat 5px 50%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#mainContainer .grayLink a:hover {
	color: #df2121;
	background: #ccc url(../images/common_img_03_o.gif) no-repeat 5px 50%;
}

#mainContainer .linkSet {
	margin-left: 0;
}

#mainContainer .linkSet li {
	line-height: 1.4;
	float: left;
	list-style: none;
}

#mainContainer .linkSet li a {
	color: #1a1a1a;
	padding: 0 20px 0 10px;
	background: transparent url(../images/common_img_05.gif) no-repeat 0 .4em;
}
#mainContainer .linkSet li a:hover {
	color: #df2121;
}


#mainContainer p.backtotop {
	font-size: 70%;
	line-height: 1.4;
	font-weight: bold;
	text-align: right;
}
#mainContainer p.backtotop a {
	color: #4c4c4c;
	padding-left: 10px;
	background: transparent url(../images/footer_img_02.gif) no-repeat 0 .4em;
	text-decoration: none;
}
#mainContainer p.backtotop a:hover {
	color: #df2121;
}


/* -------------- table -------------- */

#mainContainer .tableA {
	border-top: 1px solid #ccc;
	margin-bottom: 1em;
	width: 100%;
	line-height: 1.2em;
}

#mainContainer .tableA th,
#mainContainer .tableA td {
	padding: 5px 10px;
	vertical-align: top;
	font-size: 80%;
	border-bottom: 1px solid #ccc;
}

#mainContainer .tableA th {
	font-weight: bold;
	background: #f2f2f2;
}

#mainContainer .tableA td img {
	padding: 3px;
}

/* ----------------------------------*/

#mainContainer .tableTicket {
	border-top: 1px solid #ccc;
	margin-bottom: 1em;
	width: 100%;
	line-height: 1.2em;
}

#mainContainer .tableTicket th,
#mainContainer .tableTicket td {
	padding: 5px 10px;
	vertical-align: top;
	font-size: 80%;
	border-bottom: 1px solid #ccc;
}

#mainContainer .tableTicket th {
	font-weight: bold;
	background: #f2f2f2;
}

/* ----------------------------------*/

.graycell {
	background: #F2F2F2;
}

#mainContainer .tableB {
	border-top: 1px solid #ccc;
	margin-bottom: 1em;
	width: 100%;
}

#mainContainer .tableB th,
#mainContainer .tableB td {
	padding: 3px 10px;
	vertical-align: top;
	font-size: 80%;
	border-bottom: 1px solid #ccc;
}

#mainContainer .tableB th {
	font-weight: bold;
	background: #f2f2f2;
}

#mainContainer .tableB td {
	text-align: right;
}

#mainContainer .tableBsmall {
	border: 1px solid #ccc;
	margin: 10px 10px 10px 50px;
	font-size: 15px;
}

#mainContainer .tableBsmall  th {
	font-weight: bold;
	background: #f2f2f2;
	text-align: center;
	padding: 20px 10px;
	margin: 0;
	width: 100px;
}

#mainContainer .tableBsmall  td {
	text-align: right;
	margin: 0;
	padding: 20px 10px;
	width: 120px;
}

#mainContainer .tableM {
	border-top: 1px solid #ccc;
	margin-bottom: 1em;
	width: 100%;
	line-height: 1.2em;
}

#mainContainer .tableM th,
#mainContainer .tableM td {
	padding: 5px 8px;
	vertical-align: top;
	font-size: 80%;
	border-bottom: 1px solid #ccc;
}

#mainContainer .tableM th {
	font-weight: bold;
	background: #f2f2f2;
}

#mainContainer .tableM td img {
	padding: 3px;
}


/* --------------------------------------------------------------------------------------------------------------------

#top

-------------------------------------------------------------------------------------------------------------------- */

/* -------------- structure -------------- */

#top #mainContainer {
	float: left;
	width: 710px;
}

#top #subContainer {
	float: right;
	width: 248px;
}

#top #mainContainer .rightSection {
	float: right;
	width: 355px;
	border: 1px solid #d9d9d9;
	border-style: none solid;
	margin-bottom: -1000px;
	padding-bottom: 1000px;
}

#top #mainContainer .leftSection {
	float: left;
	width: 353px;
}


/* -------------- newsSection -------------- */

#top .newsSection {
	padding: 10px;
	position: relative;
}

#top .newsSection dl {
	margin-top: -10px;
}

#top .newsSection dt {
	line-height: 1;
	font-size: 70%;
	color: #4c4c4c;
	padding: 0 10px 5px;
}

#top .newsSection dd {
	font-size: 80%;
	line-height: 1.4;
	border-bottom: 1px dotted #999;
	padding: 0 10px 12px;
	margin-bottom: 15px;
	*zoom: 1;
}

#top .newsSection dd.last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#top .newsSection li {
	position: absolute;
	top: 22px;
	right: 12px;
}
#top .newsSection li a{
	*zoom: 1;
	*padding: 0 5px 0 20px;	
}

#top .newsSection .attention {
	font-size: 90%;
	line-height: 1.4;
	padding: 5px 5px 0 5px;
	margin-bottom: 25px;
	color: #C00;
	border: 1px solid #C00;
}

/* -------------- recommendSection -------------- */

#top .recommendSection {
	margin: 10px;
	padding: 1px;
	border: 1px solid #dcccd3;
	background: #f8f3f5;
}

#top .recommendSection div {
	padding: 15px 10px;
	background: #f0e7eb;
}

#top .recommendSection h3 {
	line-height: 1.4;
	color: #53233b;
	font-weight: bold;
	padding: 0 10px 15px;
	background: none;
	margin-bottom: 0;
}

#top .recommendSection dt {
	line-height: 1;
	font-size: 70%;
	color: #4c4c4c;
	padding: 0 10px 5px;
}

#top .recommendSection dd {
	font-size: 80%;
	line-height: 1.4;
	border-bottom: 1px dotted #dcccd3;
	padding: 0 10px 12px;
	margin-bottom: 15px;
}

#top .recommendSection ul {
	line-height: 1;
	font-size: 80%;
	color: #4c4c4c;
	padding: 0 10px 5px 0;
}

#top .recommendSection li {
	line-height: 1.4;
	border-bottom: 1px dotted #dcccd3;
	padding: 0 10px 12px 0;
	margin: 0 0 15px 0;
	list-style: none;
}
#top .recommendSection li.last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* -------------- recommentBannerSection -------------- */

#top .recommendBnrSection {
	padding: 9px;
	margin: 0;
	list-style: none;
}

/* -------------- shoppingSection -------------- */

#top .shoppingSection {
	border-top: 1px solid #d9d9d9;
	padding: 9px;
	margin: 0;
	list-style: none;
}


/* -------------- bannerSection -------------- */

#top #container .bannerSection {
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 9px 0;
}

#top .bannerSection li {
	margin-bottom: 10px;
}


/* -------------- searchSection -------------- */

#top .searchSection {
	background: #f2f2f2;
	margin: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


#top .searchSection h4 {
	font-size: 75%;
	line-height: 1.4;
	color: #4c4c4c;
	font-weight: bold;
	padding: 10px 10px 7px;
	border-bottom: 1px solid #d9d9d9;
}

#top .searchSection div {
	border-top: 1px solid #f9f9f9;
	padding: 10px;
	*zoom: 1;
}

#top .searchSection input[type="text"] {
	width: 145px;
	padding: 2px;
}


/* --------------------------------------------------------------------------------------------------------------------

#cnts

-------------------------------------------------------------------------------------------------------------------- */

/* -------------- structure -------------- */

#cnts #mainContainer {
	float: left;
	width: 679px;
	border-right: 1px solid #d9d9d9;
	padding: 0 30px 30px;
}

#cnts #subContainer {
	float: right;
	width: 218px;
	margin-left: -1px;
	border-left: 1px solid #d9d9d9;
}


/* -------------- naviSection -------------- */

#cnts .naviSection h2 {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: -5px;
}

#cnts .naviSection ul {
	margin: 10px;
}

#cnts .naviSection li {
	font-size: 80%;
	line-height: 1.4;
	padding: 1px;
	border-bottom: 1px dotted #999;
}

#cnts .naviSection li a {
	text-decoration: none;
	color: #1a1a1a;
	display: block;
	padding: 12px 10px 10px 25px;
	background: transparent url(../images/common_img_04.gif) no-repeat 5px 50%;
}

#cnts .naviSection li a:hover {
	color: #df2121;
	background-color: #f7f7f7;
}

#cnts .naviSection li.active a {
	background: #e6e6e6 url(../images/common_img_04_a.gif) no-repeat 5px 50%;
}

#cnts .naviSection li ul {
	margin: 0 0 0 20px;
}

#cnts .naviSection li li {
	font-size: 90%;
	border-top: 1px solid #e5e5e5;
	border-bottom: none;
}
#cnts .naviSection li li:first-child {
	border: none;
}

#cnts .naviSection li li a {
	padding: 10px 10px 8px 18px;
	background: #fff url(../images/common_img_05.gif) no-repeat 5px 50% !important;
}


/* -------------- bannerSection -------------- */

#cnts .bannerSection {
	padding: 9px;
}

#cnts .bannerSection li {
	margin-bottom: 10px;
}

/* -------------- AmazonBanner -------------- */

#cnts .AmazonBanner {
	padding: 9px;
}

#cnts .AmazonBanner li {
	margin-bottom: 10px;
	font-size: 75%;
	line-height: 1.4em
}

#cnts .AmazonBanner iframe {
	margin-left: 40px;
}

/* --------------------------------------------------------------------------------------------------------------------

#footer

-------------------------------------------------------------------------------------------------------------------- */

#footer {
	width: 918px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #d9d9d9;
	border-bottom: none;
	padding: 20px;
}

#footer p.backtotop {
	float: left;	
	font-size: 70%;
	line-height: 1.4;
	font-weight: bold;
}
#footer p.backtotop a {
	color: #4c4c4c;
	text-decoration: none;
	padding-left: 10px;
	background: transparent url(../images/footer_img_02.gif) no-repeat 0 .4em;
}
#footer p.backtotop a:hover {
	color: #df2121;
}

#footer ul {
	float: right;
}

#footer li {
	font-size: 70%;
	line-height: 1.4;
	font-weight: bold;
	float: left;
	background: transparent url(../images/footer_img_01.gif) no-repeat 5px 50%;
	padding-left: 17px;
}

#footer li.first-child {
	background: none;
	padding-left: 0;
}

#footer li a {
	color: #4c4c4c;
	text-decoration: none;
}

#footer li a:hover {
	color: #df2121;
}

#footer p.copyright {
	width: 100%;
	font-size: 70%;
	color: #4c4c4c;
	clear: both;
	text-align: right;
	padding-top: 10px;
}


/* -------------- list and detail -------------- */

.list_line_odd {
	background-color: #eeeeee;
}

.list_line_even {
	background-color: #FFFFFF;
}

#dtls #headerD {
	height: 70px;
	background: transparent url(../images/header_img_detail.gif) repeat-x 0 0;
	text-align: left;
}

#dtls #number {
	font-size: 90%;
	font-weight: bold;
	margin: 10px 0 10px 5px;
	text-align: center;
}

#dtls #title {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

#dtls #sakuhin {
	margin-bottom: 15px;
	text-align: center;
}

#dtls #tojiru {
	margin-bottom: 5px;
	text-align: center;
}

#dtls .tableD {
	margin-bottom: 1em;
	width: 100%;
}

#dtls .tableD th {
	padding: 3px 10px;
	vertical-align: top;
	font-size: 90%;
	text-align: right;
}
	
#dtls .tableD td {
	padding: 3px 10px;
	vertical-align: top;
	font-size: 90%;
	text-align: left;
}

#dtls #copyright {
	font-size: 70%;
	color: #4c4c4c;
	clear: both;
	text-align: right;
	padding-top: 10px;
}

/* -------------- waribiki styles -------------- */

#mainContainer .waribikiSection {
	padding: 0;
	margin: 0;
	width: 629px;
	border: solid 1px #ccc;
}

#mainContainer .waribikiSection p {
	margin: 10px 0;
	text-align: center;
}

/* -------------- smartphone styles -------------- */

#mainContainer #titleimg {
	display: none;
}

/* -------------- interview styles -------------- */

#mainContainer .interviewList {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainContainer .interviewList li {
	margin: 0 0 10px 0;
}

#mainContainer .interviewCaption {
	width: 300px;
	float: right;
	margin: 2px 5px;
	font-size: 70%;
	line-height: 1.3em;
	color: #900;
}

#mainContainer .interviewCaptionNrw {
	width: 200px;
	float: right;
	margin: 2px 5px;
	font-size: 70%;
	line-height: 1.3em;
	color: #900;
}

#mainContainer .interviewCaption img {
	padding: 2px;
}

#cnts .naviSection li.executive a {
	background: #edcfd7   url(../images/common_img_04.gif) no-repeat 5px 50%;
}

#mainContainer #spIndex {
	display: none;
}

#mainContainer .box {
	border: solid 1px #999;
	padding: 10px;
	margin: 20px 0 50px 0;
}

#mainContainer .spr {
	font-weight: bold;
	color: #36F;
}

#mainContainer .gaiji  img {
 vertical-align:middle;
}