@charset "UTF-8";

/* 共通スタイル */

html {
	height:100%;
	font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	overflow-x:hidden;
	background:#fff;
}
body {
	height:100%;
	margin:0;
	padding:0;
	color:#222;
	text-align:center;
	font-size:110%;
	font-family:Verdana,Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
}
#contentsblock p {
	margin:0;
	margin-bottom:2em;
	line-height:1.5;
	text-justify:inter-ideograph;
	text-align:justify;
}
form  {
	font-size:127.3%;
	margin:0;
	padding:0;
	}
form * {
	font-size:100%;
	}
a:link{
	color:#0071BC;
	text-decoration:underline;
}
a:visited{
	color:#0071BC;
	text-decoration:underline;
}
a:hover{
	color:#005EBC;
	text-decoration:none;
}
a:active{
	color:#005EBC;
	text-decoration:none;
}
img {
	border:none;
}
em {
	font-style:normal;
	font-weight:normal;
}
strong {
	font-style:normal;
	font-weight:bold;
	text-shadow:0 0 8px #fff;
}
h1,h2, h3, h4 ,h5 ,h6 {
	margin:0 0 10px 0;
	padding:0;
	line-height:1.5;
	font-weight:400;
}
p + h2, div + h2, ul + h2, table + h2,
p + h3, div + h3, ul + h3, table + h3,
p + h4, div + h4, ul + h4, table + h4,
p + h5, div + h5, ul + h5, table + h5,
p + h6, div + h5, ul + h6, table + h6  {
	margin-top:20px;
}
h1 {
	font-size:163.6%;
}
h2,h3,h4,h5,h6 {
	font-size:118.2%;
}
.image {
	color:#000;
	background:none transparent;
	margin:0;
	padding:0;
	border:none;
}
#contentsblock .hstyle1 {
	display:block;
	margin:55px 0 30px;
	border-left: 4px solid #EA6DA4;
	padding:20px 0 0 10px;
	font-weight:normal;
	font-size:125%;
}

.clearboth {	/* 回り込み解除 */
	clear:both;
}
div.clearblock {	/* 回り込み解除 */
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}

.clearfix:after {
  content: "";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
img.floatright {	/* 画像右寄せ */
	float:right;
	margin-left:50px;
	margin-bottom:10px;
}
img.floatleft {	/* 画像右マージン */
	float:left;
	margin-right:50px;
	margin-bottom:20px;
}
table.floatright {	/* テーブル右寄せ */
	float:right;
	margin-left:20px;
	margin-bottom:5px;
}
table.floatleft {	/* テーブル右マージン */
	float:left;
	margin-right:20px;
	margin-bottom:5px;
}
.alignleft {
	text-align:left !important;
}
.aligncenter {
	text-align:center !important;
}
.alignright {
	text-align:right !important;
}
.valigntop {
	vertical-align:top;
}
.valignmiddle {
	vertical-align:middle;
}
.valignbottom {
	vertical-align:bottom;
}
ol, ul, dl{
	margin:0 0 1em 0;
	padding:0;
}
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl,dl ul, dl ol, dl dl{
	margin:5px 0;
}
li {
	line-height:1.5;
	margin-left:30px;
	padding:0;
	padding-bottom:8px;
}
li p,li dl{
	margin:5px 0;
	padding:0;
}
dt {
	margin:3px 0 3px 0;
	padding:0;
	font-weight:bold;
}
dd {
	margin:0 0 3px 0;
	padding:0 0 3px 2em;
	line-height:1.5;
}
hr {
	height:0;
	border:none;
	border-bottom:1px dotted #666666;
}

.arrow li {
	margin:0 0 5px;
	padding:0;
	list-style:none;
}
.arrow a,
a.arrow {
	display:block;
	margin:0;
	padding:2px 0 2px 10px;
	background:url(../pic/arrow_1.gif) 0 9px no-repeat;
	line-height:1.5;
}
.margintop {
	margin-top:50px;
}

.width100per {
	width:100%;
}
.width90per {
	width:90%;
}
.width75per {
	width:75%;
}
.width60per {	
	width:60%;
}
.width50per {	
	width:50%;
}
.width45per {	
	width:45%;
}
.width40per {	
	width:40%;
}
.width30per {	
	width:30%;
}
.width25per {	
	width:25%;
}
.width15per {	
	width:15%;
}

.width200px {	
	width:200px;
}


.vars {  font-size:81.8% !important}
.varm {font-size:100% !important}
.varl {  font-size:118.2% !important}
.varxl {  font-size:163.6% !important}

.txtred {
	color:#c03;
}

.bold {
	font-weight:bold;
}

input[type="text"],
input[type="password"],
input[type="email"] {
	margin:0;
	padding:8px;
	border:1px solid #ccc;
	font-size:100%;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.15, #f5f5f5));
background: -webkit-linear-gradient(top, #f5f5f5 15%, #fff 100%);
background: -moz-linear-gradient(top, #f5f5f5 15%, #fff 100%);
background: -o-linear-gradient(top, #f5f5f5 15%, #fff 100%);
background: -ms-linear-gradient(top, #f5f5f5 15%, #fff 100%);
background: linear-gradient(to bottom, #f5f5f5 15%, #fff 100%);
}
textarea{
	margin:0;
	padding:8px;
	border:1px solid #ccc;
	font-size:100%;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.15, #f5f5f5));
background: -webkit-linear-gradient(top, #f5f5f5 15%, #fff 100%);
background: -moz-linear-gradient(top, #f5f5f5 15%, #fff 100%);
background: -o-linear-gradient(top, #f5f5f5 15%, #fff 100%);
background: -ms-linear-gradient(top, #f5f5f5 15%, #fff 100%);
background: linear-gradient(to bottom, #f5f5f5 15%, #fff 100%);
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus{
	-webkit-box-shadow:inset 0 0 5px #54a3ee;
	box-shadow:inset 0 0 5px #54a3ee;
}

select {
	margin:0;
	padding:7px 4px 7px 7px;
	border:1px solid #ccc;
	font-size:100%;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.15, #f5f5f5));
background: -webkit-linear-gradient(top, #f5f5f5 15%, #fff 100%);
background: -moz-linear-gradient(top, #f5f5f5 15%, #fff 100%);
background: -o-linear-gradient(top, #f5f5f5 15%, #fff 100%);
background: -ms-linear-gradient(top, #f5f5f5 15%, #fff 100%);
background: linear-gradient(to bottom, #f5f5f5 15%, #fff 100%);
}

.submitb {
	font-size:120%;
	height:40px;
	padding:0 50px;
	color:#fff;
	border:none;
	background: url("../pic/arrows.png") 100% -316px no-repeat #000;
	cursor:pointer;
	line-height:1;
}
.submitb:hover {
	background-color:#C03;
}

.borderbox {
	border:1px solid #CFCFCF;
	padding:10px;
}

/* 表関連 */
table.datatable1{
	width:100%;
	margin:10px 0 30px;
	border:none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-collapse:separate;
	border-spacing:0;
	background:#fff;
}
table.datatable1 th{
	padding:10px;
	line-height:1.75;
	border:none;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	color:#000;
	background:#EFEFEF;
}
table.datatable1 td{
	padding:10px 10px 10px 25px;
	line-height:1.75;
	border:none;
	border-bottom:1px solid #ccc;
	font-weight:normal;
	background:#fff;
}
table.datatable1 tr:last-child th,
table.datatable1 tr:last-child td{
	border-bottom:none;
}
#contentsblock table.datatable1 td p,
#contentsblock table.datatable1 td ul,
#contentsblock table.datatable1 td ol {
	margin:5px 0;
}


/* 全体共通 */

#allwrapper {
	width:100%;
	min-width:980px;
	position:relative;
}

#contentsblock {
	position:relative;
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
	font-size:130%;
}

header {
	position:relative;
	width:100%;
	height:73px;
	margin:0;
	font-size:100%;
	background:url(../pic/header-bg.png) center top repeat-y;
	z-index:10;
	text-align:center;
}
header h1{
	padding:35px 0 0;
	line-height:1;
	font-size:100%;
}
#headerblock h1 a{
	display:block;
}
header .copytext {
	position:relative;
	margin-top:-65px;
	font-size:90%;
}

#wideimageblock {
	margin-top:-73px;
}
#wideimageblock .image {
	width:100%;
}
#wideimageblock a {
	position:absolute;
	width:15%;
}
#wideimageblock a img {
	width:100%;
}

.wideimage2,
.wideimage3,
.wideimage4 {
	position:relative;
}

.wideimage2 a {
	top:60%;
	left:58%;
}
.wideimage3 a {
	top:60%;
	left:10%;
}
.wideimage4 a {
	top:62%;
	left:59%;
}
#design_select {
	text-align:left;
	width:960px;
	overflow:hidden;
	margin:0 auto;
	padding:100px 0 0;
}

.caution {
	text-align:center !important;
	font-size:160%;
	font-weight:bold;
	border:2px solid #C91C1F;
	padding:10px;
}

#design_select h2 {
	text-align:center;
	margin:60px 0 50px;
}

#design_select ul {
	overflow:hidden;
	text-align:center;
	list-style:none;
}

#design_select ul li {
	display:inline-block;
	margin:0;
	padding:0;
}

#design_select li img {
	margin-bottom:10px;
}

#design_select .basedesign li {
	width:161px;
	margin:0 32px 40px 0;
}
#design_select .basedesign li.wide {
	width:228px;
	margin-bottom:0;
}
#design_select .basedesign li:nth-child(5) {
	margin-right:0;
}

#design_select label {
	background-color: #454545;
	border-radius:40px;
	padding:8px 10px;
	color:#fff;
	display:block;
}
#design_select .wide label {
	display:inline;
}

#design_select label.checked {
	background-color: #FF7BAC;
}

#design_select .price {
	color:#D4145A;
	margin:15px 0 5px;
}
#design_select .size {
	font-size:90%;
}

#design_select .framedesign li {
	width:150px;
	margin:0 46px 40px 0;
}
#design_select .framedesign li:nth-child(5n) {
	margin-right:0;
}

.selectbox {
	background-color: #FFFFCF;
	border:1px solid #ccc;
	overflow:hidden;
	padding:30px;
	margin:40px 0 50px;
	text-align:center;
	font-size:75%;
}
.cartform {
	display:inline-block;
}
.selectbox dl {
	float:left;
	display:table;
	margin:0;
}
.selectbox dt {
	background-color: #666;
	display:table-cell;
	margin:0;
	padding:5px 10px;
	color:#fff;
	font-weight:normal;
}
.selectbox dd {
	padding:5px 10px;
	background-color: #fff;
	border:1px solid #666;
	display:table-cell;
	font-size:110%;
	margin: 0;
}
.selectbox .icon {
	float:left;
	margin:7px 15px 0;
}
.explanationbox {
	text-align:left;
	width:960px;
	overflow:hidden;
	margin:55px auto;
}

.explanationbox h2 {
	background-color: #E5E5E5;
	color:#333333;
	padding:7px;
}

.explanationbox h3 {
	font-weight:bold;
}

.explanationbox .leftbox {
	width:460px;
	float:left;
}

.explanationbox .rightbox {
	width:460px;
	float:right;
}

.explanationbox table {
	width:100%;
	margin:15px 0;
}

.explanationbox table th {
	text-align:left;
	vertical-align:text-top;
	padding:10px 0;
}

.explanationbox h3.hstyle2 {
	border-top:1px solid #E5E5E5;
	padding-top:10px;
}

.explanationbox table td {
	vertical-align:text-top;
	padding:10px 0;
}

footer {
	background-color: #333333;
	width:100%;
	position:relative;
	text-align:left;
}

footer .copyright {
	color:#999999;
	width:960px;
	margin:0 auto;
	padding:10px 0;
}

footer #uplink {
	position:fixed;
	bottom:40px;
	right:20px;
	display:none;
}

.contentswrapper {
	width:960px;
	margin:0 auto;
}

.maincontents {
	margin: 55px 0 0;
}
.maincontents h1 {
	text-align:center;
}




@media screen and (max-width:1200px) { 
#wideimageblock .image {
	width:1200px;
	margin:0;
}

.wideimage1 {
	height:644px;
}
.wideimage2 {
	height:601px;
}
.wideimage3 {
	height:509px;
}
.wideimage4 {
	height:597px;
}
#wideimageblock a {
	width:180px;
	position:absolute;
	display:block;
}
.wideimage2 a {
	top:370px;
	left:697px;
}
.wideimage3 a {
	top:365px;
	left:120px;
}
.wideimage4 a {
	top:378px;
	left:713px;
}


}








