body{
	background-color: white;
    /*color: white;*/
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Osaka,sans-serif;
	font-size: 12px;

}

a {
    color: #000;
    text-decoration: none;
}
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #0080C8;
    text-decoration: underline;
}

header {
    background: black;
    z-index: 10;
    top: 0;
    left: 0;
	height: 16px;
    padding: 10px 40px;
    color: white;
	line-height: 1.6;
}

header a{
    color: white;
    font-size: 12px;
    text-decoration: none;
}

header a:hover{
    opacity: 0.8;
}

header .utc {
	color: #FFF;	
}

#info {
    padding: 20px 40px;
    background: rgba(0, 0, 0, 0.3);
    width: 500px;
    margin-top: 50px;

}

#code {
    padding: 30px 40px;
    background: rgba(0, 0, 0, 0.53);
    width: 490px;
    border-radius: 0 10px 10px 0;
}

#pname{
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 50px;
    margin: 0;
    margin-top: 20px;

}

#pinfo{
    margin: 0;
    font-size: 15px;
}

#link{
    background: #CF0000;
    color: white;
    text-decoration: none;
    padding: 4px 8px;
    display: block;
    width: 40px;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 12px;
}

#link:hover {
background: #E90000;
}

#code{

}

#code pre{
    margin: 0;
font-size: 12px;
font-family: "Lucida Console";
}




#info_area {
	width: 860px;
	left: 50%;
	margin-left: -430px;
    list-style: none outside none;
    position: fixed;
	border-bottom: 12%;
	font-size: 11px;
	bottom: 12%;
}

#top_navi {
	background: url(../image/main_logo.png) no-repeat left;
	height: 49px;
    list-style: none outside none;
    width: 600px;
    z-index: 21;
	padding-left: 260px;
	margin-bottom: 20px;
	/*left: 50%;
	margin-left: -430px;
	top: 66%;
	position: fixed;*/
}

#top_navi ul {
	padding: 0;
}

#top_navi li {
	display: inline-block;
	padding-top: 20px;
	/*padding: 0 20px;*/
}




footer {
	height: 100px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iIzExMTYxYiIgc3RvcC1vcGFjaXR5PSIwLjI5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNTJmM2EiIHN0b3Atb3BhY2l0eT0iMC40OCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(17,22,27,0.29) 47%, rgba(37,47,58,0.48) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(47%,rgba(17,22,27,0.29)), color-stop(100%,rgba(37,47,58,0.48))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(17,22,27,0.29) 47%,rgba(37,47,58,0.48) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(17,22,27,0.29) 47%,rgba(37,47,58,0.48) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(17,22,27,0.29) 47%,rgba(37,47,58,0.48) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(17,22,27,0.29) 47%,rgba(37,47,58,0.48) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7a252f3a',GradientType=0 ); /* IE6-8 */
	width: 100%;
	position: fixed;
	bottom: 0%;
	padding-top: 100px;
}


nav {
	background: url(../image/main_logo.png) no-repeat left;
	height: 49px;
    left: 50%;
	margin-left: -430px;
    list-style: none outside none;
    position: fixed;
    width: 600px;
    z-index: 21;
	/*top: 85%;*/
	padding-left: 260px;
	margin-bottom: 20px;
}

nav ul {
	padding: 0;
	font-size: 0;
}

nav li {
	display: inline-block;
	padding-top: 20px;
	/*padding: 0 20px;*/
}

#info_area {
	color: #fff;
}

#info_area .news_box {
	width: 415px;	
	float: left;
}

#info_area .topic_box {
	width: 415px;	
	float: right;
}

.tntit {
	margin-bottom: 10px;
}


#info_area .titcom ul {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#info_area .titcom li {
	margin: 20px 0 0;
}

#info_area .titcom li:nth-child(3) {
	margin: 20px 0;
}

#info_area .titcom dt {
	background-image: url(../image/icon_arrow02.png);
    background-position: 4px 4px;
    background-repeat: no-repeat;
	float: left;
	padding-left: 10px;
}

#info_area .titcom dd {
	margin-left: 80px;
}

#info_area .fac {
	color: #fff;	
}








#utility_area {
	float: right;	
}

#utility_area img {
	vertical-align: top;	
}

.h_contact {
	margin-right: 10px;	
}


section {
	width: 860px;
	left: 50%;
	margin-left: -430px;
	margin-top: -310px;	
	top: 50%;
	position: absolute;
	color: #000;
	
}

.content_title {
	height: 25px;
	margin-bottom: 10px;
	/*width: 176px;*/
	/*background-color: #ffffff;
	background: rgba(250,250,250,0.6);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);*/
}

.content_title_shop {
	height: 25px;
	margin-bottom: 10px;
	width: 450px;
	/*background-color: #ffffff;
	background: rgba(250,250,250,0.6);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);*/
}


article {
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	background: rgba(250,250,250,0.6);
	padding: 30px;
	line-height: 1.5em;
	height: 420px;
}














/* Tab切り替え
---------------*/

#tab_box {
	/*box-shadow: 0 0 10px rgba(0,0,0,0.3);*/
}

#tabchange {
	margin-bottom: 20px;
	width:100%; /*タブ全体の幅*/
	*zoom: 1; /*forIE6,7*/
	/*border-left: 1px solid #999;*/
}

#tabchange:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#tabchange li {
	width: 20%; /*タブひとつの幅*/
	float: left;
	text-align: center;

}

#tabchange li a { /*タブのスタイル*/
	display: block;
	/*background-color: #f3c61c;
	border: 1px solid #ffffff;*/
	padding: 10px 0 10px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
}

#tabchange li a:hover { /*ホバー時のタブのスタイル*/
	background-color: #CCC;
	/*border: 1px solid #ffffff;*/
	color: #000;
	
}

#tabchange li a.activeBox { /*表示コンテンツのタブのスタイル*/
	/*background-color: #000000;
	border: 1px solid #ffffff;*/
	color: #000;
	cursor: default;
}

#tabchange li a.activeBox:hover { /*ホバー時の表示コンテンツのタブのスタイル*/
	/*background-color: #000000;*/
	color: #000;
	/*border: 1px solid #ffffff;*/
	/*border-right: 1px solid #999;
	border-left: 1px solid #FFF;*/
}

#tabchangeContents {
	width: 100%; /*コンテンツの幅*/
	/*postion: relative;*/
}

#tabchangeContents:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#tabchangeContents div.tabchangeBox { /*コンテンツのスタイル*/
	/*width: 100%;*/ /*コンテンツの幅*/
	/*background-color: #fff;*/
	padding: 15px;
	color: #000000;
}

#tabchangeContents div.tabchangeBox:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#tabchangeContents div.tabchangeBox h3 {
	font-weight: bold;
	font-size: 110%;
}

.product_image {
	float: left	
}

.box_detail {
	float: right;	
	width: 360px;
	height: 280px;
	overflow-x: hidden;
    overflow-y: auto;
}

.price {
    color: #FF0000;
    font-weight: bold;
}







.inner_txt {
	margin-bottom: 20px;
	float: left;
	width: 430px;
	overflow-x: hidden;
    overflow-y: auto;
	line-height: 1.8;
	height: 350px;
}

.inner_txt_m {
	margin-bottom: 20px;
	float: left;
	width: 420px;
	overflow: auto;
	line-height: 1.8;
	height: 350px;
	padding-right: 10px;
}

.inner_img {
	float: right;
	margin: 0;
	padding: 0 0 0 20px;	
}

article h3 {
	margin-bottom: 20px;	
}


.hatcl {
	float: right;	
}

.hatcl ul {
	
}

.hatcl li {
	display: inline-block;
	padding: 3px 8px;
	border: 1px solid #000;
}



#shoplist {
	height: 420px;
	overflow: auto;	
	overflow-x: hidden; 
}

.slst:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.slst {
	width: 800px;
	margin-bottom: 20px;
}

.slst li {
    background-image: url(../image/icon_arrow.png);
    background-position: 6px 4px;
    background-repeat: no-repeat;
    float: left;
    padding-left: 25px;
    width: 130px;
	float: left;
	margin-bottom:15px;
}

.detail_name {
	margin-bottom: 10px;
	padding-left: 5px;
	width: 100%;
}





#intro_area {
	height: 420px;
	overflow: auto;	
	overflow-x: hidden; 	
}

.Box {
    border-bottom: 1px dotted #000;
    border-top: 1px dotted #000;
    color: #000;
    font-size: 100%;
    line-height: 1.8em;
    margin-bottom: 35px;
    padding: 10px 0 0;
    width: 770px;
}

.FloatL {
    border-bottom: 1px dotted #333;
    padding: 8px 0 8px 8px;
    text-align: left;
    vertical-align: top;
}

.FloatLLast {
    border-bottom: medium none;
    padding: 8px 0 8px 8px;
    text-align: left;
    vertical-align: top;
}

.Box th {
    font-weight: bold;
    width: 105px;
}


.Box td {
    letter-spacing: 0;
}

.rep_photo {
	float: left;
	margin-right: 20px;	
	height: 282px;
}

.grtg {
	float: left;	
	width: 571px;
	line-height: 1.8;
}

.g_title01 {
	margin-bottom: 10px;	
}

.g_title02 {
	text-align: right;
	margin-top: 10px;	
}




#info_box {
	height: 420px;
	overflow: auto;	
	overflow-x: hidden; 
}


#info_box .news_box {
	width: 390px;	
	float: left;
}

#info_box .topic_box {
	width: 390px;	
	float: right;
}

.tntit {
	margin-bottom: 10px;
}


#info_box .titcom ul {
	border-top: 1px solid #000;
}

#info_box .titcom li {
	margin: 20px 0 0;
}

#info_box .titcom li:nth-child(3) {
	margin: 20px 0;
}

#info_box .titcom dt {
	background-image: url(../image/icon_arrow02_b.png);
    background-position: 4px 6px;
    background-repeat: no-repeat;
	float: left;
	padding-left: 10px;
}

#info_box .titcom dd {
	margin-left: 80px;
}

#info_box .fac {
	color: #000;	
}

#info_box .info_title {
	border-bottom: 1px solid #000000;
    border-left: 5px solid #990000;
    font-size: 130%;
    line-height: 1;
    padding: 5px 0 5px 8px;
    width: 800px;
}

#info_box .back {
	background-image: url("../image/icon_arrow02_b.png");
    background-position: 730px 6px;
    background-repeat: no-repeat;
    margin-top: 20px;
    text-align: right;
    width: 800px;
}




