﻿
.st-header {
	background-color: #f3f3f3;
}

.st-header__innner{
	position: relative;
	width: 1082px;
    margin: 0 auto;
}

#seoHeader {
	background-color: #f3f3f3;
}

#seoHeader h1 {
	width: 1082px;
    padding: 9px 0;
    color: #595959;
    font-size: 0.85em;
}

.st-header__sns {
    position: absolute;
    top: 1px;
    right: 0;
}

.st-header__sns ul {
    list-style-type: none;
}

.st-header__sns ul li {
    float: left;
    margin-left: 6px;
}

#wrapper {
	background-color: #fff;
	background-image:none;
	width: 100%;
	min-width: 1082px;
}

/* IE7 を除くモダンブラウザにのみ適用 */
/*html>body {
	background-color: #fff;
}*/

#contentBodys img{
	max-width: 100%;
}

.mainimg {
	width:100%;
	margin-bottom:28px;
}

#contentBodys {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.section01__bg {
	background-image: url('../images/section01.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding-top: 465px;
	font-size: 0;
}

#contentBodys h2 {
	text-align:center;
}

#contentBodys h2 img {
	margin:40px auto 32px;
}

h3.text_h3 {
    font-size: 1.5em;
    color: #fff;
    background-color: #7f5da7;
}

#contentBodys p {
	text-align:center;
	line-height:1.8em;
	font-size: 18px;
}

.designList > div {
	padding: 48px 0;
	border-top: solid 1px #e0e0e0;
}

.designList > div:nth-of-type(1) {
	padding-top: 0;
	border-top: 0;
}

.designList > div > div:nth-of-type(1) {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-right: solid 1px #e0e0e0;
}


.price_tbl {
	border-collapse: collapse;
	margin: 32px auto;
	width: 100%;
}
.price_tbl th,
.price_tbl td {
	padding: 10px 7px;
	vertical-align: middle;
	text-align:center;
}
.price_tbl td {
	border: solid 1px #5a5250;
}
.price_tbl th {
	border: solid 1px #5a5250;
	background:#b393d8;
	color:#FFF;
}

.price_tbl.tbl_left,
.price_tbl.tbl_right {
	margin-top: 1em;
}

.alignleft {
	text-align: left !important;
}

.alignright {
	text-align: right !important;
}

#footer {
	clear: both;
	background-image: url(/images/footer_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #002668;
	height: 600px;
}

#footerBody {
	background-image: url(/images/footer_bg.gif);
    width: 1082px;
}



/* ----------------------------------------------
.row
 ---------------------------------------------- */

.row {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1em;
	margin-left: -1em;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col, .no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sp, .col-sp-auto, .col-sp-1, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 1em;
	padding-left: 1em;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.col-1-5, .col-2-5, .col-3-5, .col-4-5 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-1-5 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.col-2-5 {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}

.col-3-5 {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}

.col-4-5 {
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
}

/* ----------------------------------------------
.w
 ---------------------------------------------- */

.w-1 {
	width: 8.333333%;
}

.w-2 {
	width: 16.666667%;
}

.w-3 {
	width: 25%;
}

.w-4 {
	width: 33.333333%;
}

.w-5 {
	width: 41.666667%;
}

.w-6 {
	width: 50%;
}

.w-7 {
	width: 58.333333%;
}

.w-8 {
	width: 66.666667%;
}

.w-9 {
	width: 75%;
}

.w-10 {
	width: 83.333333%;
}

.w-11 {
	width: 91.666667%;
}

.w-12 {
	width: 100%;
}

.w-1-5 {
	width: 20%;
}

.w-2-5 {
	width: 40%;
}

.w-3-5 {
	width: 60%;
}

.w-4-5 {
	width: 80%;
}









.footerBody_in {
	padding-top: 100px;
	height: 75px;	
}

.copyright {
	float: right;
	color: #fff;
	font-size: 12px;
}

.footer_info {
	float: left;	
	color: #fff;
	text-align: left;
}

.flogo {
	font-size: 12px;
}

/**/
/*************************************/
/********** header elements **********/
/*************************************/

#header {
	position: relative;
	width: 1082px;
	height: 71px;
	margin: 0 auto;
	text-align: left;
	background-image: none;
	/*border: solid 1px #f00;*/
}

/*************** head ***************/

#header h2 {
	position: absolute;
	top: 2px;
	left: 10px;
	z-index: 105;
}

.headerNavi img {
	vertical-align: top;
}

.headerNavi li.headerNaviWeb {
	position: absolute;
	top: 68px;
	left: 411px;
	z-index: 103;
}

.headerNavi li.headerNaviDtp {
	position: absolute;
	top: 68px;
	left: 524px;
	z-index: 102;
}

.headerInfo {
	position: absolute;
	top: 7px;
	left: 628px;
	z-index: 101;
}

.headerInq {
	position: absolute;
	top: 7px;
	left: 857px;
	z-index: 100;
}

.headerAcs {
	position: absolute;
	top: 53px;
	left: 640px;
	z-index: 110;
}

/* snsBtn */
#header .snsBtn {
	position: absolute;
	top: -34px;
	right:0;
	z-index: 1000;
}
#header .snsBtn ul {
	margin-left: 315px;
}
#header .snsBtn ul li {
	float: left;
	padding-right: 10px;
	height: 44px;
}


/*************** global navi ***************/

#globalNavi {
	position: absolute;
	top: 71px;
	left: 10px;
	width: 845px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#globalNavi li {
	float: left;
}


/*************************************/
/********** footer elements **********/
/*************************************/

/*************** footer navi ***************/

.footerNavi {
	position: absolute;
	top: 16px;
	left: 25px;
}

.footerNavi img {
	vertical-align: top;
}

.footerNavi li {
	float: left;
	margin-right: 12px;
}

.copy {
	position: absolute;
	top: 16px;
	left: 757px;
}

.copy img {
	vertical-align: top;
}

.footer_info {
	height: 120px;
}

.footerInfo {
	position: absolute;
	top: 63px;
	left: 25px;
	color: #fff;
	text-align: left;
}

.flead {
	width: 820px;
	padding-bottom: 2px;
	font-size: 0.7em;
}

.flogo {
	padding-bottom: 7px;
}

.faccess {
	margin-bottom: 15px;
	color: #fff;
	font-size: 0.7em;
}

.faccess td {
	_padding-bottom: 2px;
}

.faccess img {
	vertical-align: top;
}

.finqiry td {
	padding-right: 15px;
}

/***********************************************/
/********** top content body elements **********/
/***********************************************/

#topContentBody {
	/*background-image: url(../images/);
	background-repeat: repeat-x;*/
	text-align: center;
}

#topContentWrapper {
	width: 845px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/*******************************************/
/********** content body elements **********/
/*******************************************/




.pageUp {
	padding-top: 10px;
	padding-bottom: 15px;
	width: 1082px;
	text-align: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*border: solid 1px #f00;*/
}




/*******************************************/

.clearfix:before,
.clearfix:after  {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0 !important;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}


.mainimgTxt {
	position: absolute;
	top: 330px;
	left: 20px;
	padding:7px;
	width: 470px;
	font-size:13px;
	color:#333;
}
	
.btnContact01 {
	position:absolute;
	top:445px;
	left:454px;
}

/*.tit3 {
	background:#e9f8ff;
	font-size:140%;
	font-weight:bold;
	padding:7px 0 5px 25px;
	color:#006ebc;
	margin-bottom:20px;
}*/

.qr p span {
	font-size:200%;
	color:#e94609;
	line-height:1.8;
}

.btnContact02 {
	text-align:center;
	margin-bottom:50px;
}

.leftColmn {
	width:400px;
	float:left;
}

.rightColmn {
	width:400px;
	float:right;
}

.rollover a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.abookprice {
	margin:0px;
	font-size:14px;
	margin-bottom:40px;
}

.abookprice p {
	margin-bottom:15px;
}
.abookprice p strong {
	font-size:24px;
}
.abookprice table {
	border-collapse:collapse;
	margin-bottom:15px;
	font-size:18px;
	width:100%
}
.abookprice table th {
	border:#fff 2px solid;
	padding:7px 10px;
	background:#f39800;
	color:#FFF;
	text-align: center;
}
.abookprice table td {
	border:#fff 2px solid;
	padding:7px 10px;
	background:#f1f1f1;
	color:#000;
	text-align:center;
}
.abookprice table td.txtleft {
	text-align:left;
}

/**/
.abookprice2 {
	margin:0px;
	font-size:14px;
}

.abookprice2 p {
	margin-bottom:15px;
}
.abookprice2 p strong {
	font-size:18px;
}
.abookprice2 table {
	border-collapse:collapse;
	margin-bottom:15px;
	font-size:16px;
}
.abookprice2 table th {
	border:#fff 2px solid;
	padding:7px 10px;
	background:#ccc;
	vertical-align:middle;
	text-align:left;
}
.abookprice2 table td {
	border:#fff 2px solid;
	padding:7px 10px;
	background:#f1f1f1;
	color:#000;
	text-align:left;
	vertical-align:middle;
}

.abookprice2 table td span {
	font-size:14px;
}


/*変更ポイント*/

#contentBodys h1 {
	margin-bottom:20px;
}

.yoto {
	margin:0 30px 30px;
}

.yoto img {
	float:right;
	margin-left:30px;
}

.contactbtm {
	background:url(../images/badge/contact_bg.png) no-repeat left bottom;
	position:relative;
	height:267px;
	margin-bottom:30px;
}
.contactbtm img {
	position: absolute;
	top: 94px;
	right: 30px;
}



.mamincatch {
	background:url(../images/badge/img01.png) no-repeat left bottom;
	margin-bottom:30px;
}

.mamincatch p {
	padding:20px;
	line-height:1.5;
}


.tit2b {
	background:url(../images/badge/title03.png) no-repeat left top;
	line-height:52px;
	padding-top:3px;
	padding-left:60px;
	font-size:150%;
	font-weight:bold;
	color:#fff;
	margin-bottom:10px;
}
.tit2b span {
	font-size:18px;
}

.tit2c {
	background:url(../images/badge/title03b.png) no-repeat left top;
	line-height:52px;
	padding-top:3px;
	padding-left:60px;
	font-size:150%;
	font-weight:bold;
	color:#fff;
	margin-bottom:20px;
}

.tit3 {
	font-size:130%;
	font-weight:bold;
	padding:0;
	color:#333;
	margin-bottom:15px;
}
.tit3 span {
	color:#ffadad;
}

.tit4 {
	font-size:120%;
	font-weight:bold;
	padding:0;
	color:#333333;
	margin-bottom:8px;
}

.size {
	margin-bottom:50px;
	border-top:#f7c9dd 3px solid;
	padding-top:30px;
}

.sizebox {
	background:#fff4fa;
	padding:15px 20px;
	margin-bottom:15px;
}

.sizebox th {
	color:#ffadad;
	width:1em;
	padding:3px 0px;
}

.sizebox td {
	padding:3px 0px;
}


/**/

h2.price01 {
	color: #ff7500;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	border: 2px solid #ff7500;
	margin-bottom: 15px;
}

h3.price02,
h3.price03 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
}

h3.price02 {
	color: #004097;
	border: 2px solid #004097;
}

h3.price03 {
	color: #ff7500;
	border: 2px solid #ff7500;
}

/**/

.tablet_s_stit01 {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	padding-top: 50px;
}

.tablet_s_stit01 h1 {
	color: #004098;
	font-size: 52px;
	font-weight: bold;
	line-height: 60px;
	margin: 0!important;
	padding: 0!important;
}

#tablet_s02_in {
	width: 1080px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:center;
}

.tablet_s02_txt {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}

.tablet_s02_txt span {
	color: #fff;
	font-weight: bold;
	font-size: 34px;
	line-height: 36px;
}

.tablet_s02_merit {
	position: relative;
}

.tablet_s02_txt01 {
	position: absolute;
	top: 75px;
	left: 46px;
	width: 260px;
	color: #FFF;
}

.tablet_s02_txt02 {
	position: absolute;
	top: 75px;
	left: 403px;
	width: 260px;
	color: #FFF;
}

.tablet_s02_txt03 {
	position: absolute;
	top: 75px;
	left: 765px;
	width: 258px;
	color: #FFF;
}


.tablet_s02_txt04 {
	position: absolute;
	top: 720px;
	left: 590px;
	width: 220px;
	text-align: center;
}

.tablet_s02_txt04 span {
	color: #ef6b09;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
}

.tablet_s02_txt05 {
	position: absolute;
	top: 618px;
	left: 755px;
	width: 180px;
	text-align: center;	
}

.tablet_s02_txt05 span {
	color: #3e8b00;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
}

.tablet_s02_txt06 {
	position: absolute;
	top: 738px;
	left: 820px;
	width: 180px;
	text-align: center;	
}

.tablet_s02_txt06 span {
	color: #006baf;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
}

/**/

#tablet_s03 {
	background-color: #fff;
	margin-bottom: 60px;
}

#tablet_s03_in {
	width: 1082px;
	margin: 0 auto;
}

#tablet_s03_in .tablet_s03_cont {

}

#tablet_s03_in .leftColmn {
	width: 714px;
	padding-top: 96px;
}

#tablet_s03_in .leftColmn img {
	margin-bottom: 30px;
}

#tablet_s03_in .rightColmn {
	width: 330px;
}

.tablet_s03_info1,
.tablet_s03_info2 {
	width: 715px;
	height: 135px;
	text-align: center;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	padding-top: 20px;
	margin-bottom: 35px;	
}

.tablet_s03_info1 img,
.tablet_s03_info2 img {
	margin-bottom: 0!important;
}

.tablet_s03_info1 {
	background-color: #fe7672;
}

.tablet_s03_info2 {
	background-color: #86cdd0;
}

.tablet_s03_info1 p,
.tablet_s03_info2 p {
	margin: 0;
	padding: 0;
}

.tablet_s03_info1 p,
.tablet_s03_info2 p {
	margin: 0 0 17px 0;
	padding: 0;
}

.tablet_s03_info1 ul,
.tablet_s03_info2 ul {
	margin: 0 auto;
	padding: 0;
	width: 670px;
}

.tablet_s03_info1 li,
.tablet_s03_info2 li {
	float: left;
	margin: 0 0 0 14px;
	padding: 0;	
}

.tablet_s03_info1 li:first-child,
.tablet_s03_info2 li:first-child {
	margin-left: 0px;
}

/**/

#tablet_s06 {
	padding-bottom: 60px;
}

#tablet_s06_in {
	width: 1082px;
	margin: 0 auto;
	position: relative;
}

#tablet_s06_in h4 {
	margin-bottom: 15px;
	font-size: 1.4em;
}

#tablet_s06_in h4 p {
	border-left: 18px solid #ff7500;
	padding: 0 0 0 10px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-align: left;
}

#tablet_s06_in .leftColmn {
	width: 518px;
}

#tablet_s06_in .leftColmn img {
	margin-bottom: 30px;
}

#tablet_s06_in .rightColmn {
	width: 521px;
}

#tablet_s06_in .txt_cap {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin-bottom: 15px;
}

.price_tbl01 {
	border-collapse: collapse;
	width: 100%;
}

.price_tbl01 th,
.price_tbl01 td {
	padding: 10px 7px;
	vertical-align: middle;
}

.price_tbl01 td {
	border: solid 1px #5a5250;
}

.price_tbl01 td.col01 {
	line-height: 18px;
}

.price_tbl01 td.col01 span {
	font-size: 14px;
}

.price_tbl01 td.col02 {
	text-align: center;
	font-weight: bold;	
	background-color: #eee;
}

.price_tbl01 td.col03,
.price_tbl01 td.col04 {
	text-align: right;
	font-weight: bold;
	color: #fff;
}

.price_tbl01 th.col03 {
	color: #ff7500;
}

.price_tbl01 th.col04 {
	color: #004097;
}

.price_tbl01 td.col03 {
	background-color: #ff7500;
}

.price_tbl01 td.col04 {
	background-color: #004097;
}

/**/

.price_tbl02 {
	border-collapse: collapse;
	width: 100%;
}

.price_tbl02 th,
.price_tbl02 td {
	padding: 7px 10px;
	font-size: 14px;
	line-height: 20px;
}

.price_tbl02 th {
	background-color: #004097;
	color: #fff;
	vertical-align: middle;
	border: solid 1px #004097;
	text-align: right;	
}

.price_tbl02 td {
	border: solid 1px #000;
	border-left: none;
	text-align: left;
}

.price_tbl02 td span {
	color: #004097;
	font-weight: bold;
}

/**/

.contents_tbl01 {
}

.contents_tbl01 th {
	color: #004097;
	font-weight: bold;
	padding: 5px 10px 5px 0;
	vertical-align: top;
	font-size: 20px;
}

.contents_tbl01 td {
	color: #ff7500;
	font-weight: bold;
	text-align: right;
	padding: 5px 0;
	vertical-align: top;
	font-size: 20px;
}

.contents_tbl01 td.pr100 {
	padding-right: 100px;
}

/**/

.contents_tbl02,
.contents_tbl03 {
	width: 100%;
	margin-bottom: 20px;
}

.contents_tbl02 th,
.contents_tbl03 th {
	font-weight: bold;
	padding: 0 10px 5px 10px;
	vertical-align: top;
}

.contents_tbl02 th.contents_tbl02a {
	color: #004097;	
	text-align: left;
}

.contents_tbl02 th.contents_tbl02b {
	color: #004097;
	text-align: right;
}

.contents_tbl03 th.contents_tbl03a {
	color: #ff7500;
	text-align: left;
}

.contents_tbl03 th.contents_tbl03b {
	color: #ff7500;
	text-align: right;
}

.contents_tbl02 td,
.contents_tbl03 td {
	border-bottom: #000 dashed 1px;
	padding: 5px 10px;	
}

.contents_tbl02 td.contents_tbl02a,
.contents_tbl03 td.contents_tbl03a {
	text-align: left;
}

.contents_tbl02 td.contents_tbl02b {
	text-align: right;
	color: #ff7500;
	font-weight: bold;	
}

.contents_tbl03 td.contents_tbl03b {
	text-align: right;
	color: #004097;
	font-weight: bold;	
}

/**/


.tablet_s_seo1 {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 30px;
}

.tablet_s_seo2 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 1.0em;
	text-indent: -1.0em;
}

.tablet_s_fseo {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

/**/


.txt_r { text-align: right; }


.easy_box {
	background-image: url(../images/seitansai/easy_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	min-height: 200px;
}

.easy_left {
	width: 280px;
	float: left;
	margin-left: 30px;
	text-align: center;
}

.easy_right {
	width: 700px;
	float: right;
	margin-right: 30px;
}

.easy_tit {
	color: #ff7500;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 20px;
}

.easy_txt {
	color: #004098;
	font-size: 16px;
}

/*******************************************/


.mb10 {
	margin-bottom:10px;
}

.mb15 {
	margin-bottom:15px;
}

.mb20 {
	margin-bottom: 15px;
}

.mb25 {
	margin-bottom:25px;
}

.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom:40px;
}
.mb50 {
	margin-bottom:50px;
}
.mb60 {
	margin-bottom:60px;
}

.mt50 {
	margin-top: 50px;
}

.pr50 {
	padding-right: 50px;
}

#contentBodys h1 {
	text-align:center;
}

#contentBodys h1 img {
	margin:0 auto 50px;
}


.siyo_tbl {
	border-collapse: collapse;
	width: 100%;
	margin-bottom:50px;
}

.siyo_tbl th,
.siyo_tbl td {
	padding: 10px 7px;
	vertical-align: middle;
}

.siyo_tbl td {
	border: solid 1px #5a5250;
	text-align:left;
}

.siyo_tbl th {
	border: solid 1px #5a5250;
	background:#ff6091;
	color:#FFF;
}
.red {
	color:#ff0000;
}

.contentinn {
	width:1080px;
	margin:0 auto 50px;
}

.card_tbl {
	border-collapse: collapse;
	width: 100%;
	margin-bottom:50px;
}

.card_tbl td {
	width: 50%;
	text-align:center;
}

.card_tbl td img {
	margin-bottom:15px;
}

.seitanrcon {
	float:right;
	width:530px;
	text-align:left;
}
.seitanrcon p {
	text-align:left !important;
}
.seitanlcon {
	float:left;
	width:530px;
}


.bgpink {
	background:#FCC;
}

.txtleft {
	text-align:left !important;
}
.txtleft p {
	text-align:left !important;
}

.nouki {
	text-align:left !important;
}

.nouki p {
	text-align:left !important;
}

/*********************************/
/**** 納期について ***/
/*********************************/

/* delivary-table */
.delivary-table {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1.6em;
    font-weight: bold;
}

.delivary-table th {
    background-color: #ff6091;
    width: 195px;
    white-space: nowrap;
    text-align:left;
    padding: 5px 0 5px 10px;
    color: #FFF;
    border:solid 1px #dcdcdc;
}

.delivary-table td {
    padding: 5px 10px;
    text-align: center;
    border:solid 1px #dcdcdc;
}

.delivary-table td.sat {
    background-color:#f1f1f1;
}

.delivary-table td.sun {
    background-color:#e6e6e6;
}


/* delivary-area-table */
.delivary-area-table {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1.6em;
}

.delivary-area-table th {
    background-color: #ff6091;
    color: #FFF;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: solid 1px #dcdcdc;
}

.delivary-area-table td {
    padding:5px;
    text-align:center;
    vertical-align: middle;
    border: solid 1px #dcdcdc;
}

ul.common-kome-ul li {
    padding-left: 1.4em;
    text-indent: -1.4em;
    line-height: 1.4em;
    padding-bottom: 5px;
}

.common-strong {
    font-weight: bold;
    color: #ef5c43;
}
.common-strong-color {
    color: #ef5c43;
}

a:hover img {
	opacity: .6;
}
