@charset "UTF-8";

/*----------------------------------------------------
	☆Reset
----------------------------------------------------*/

html {
	background-color:#FFF;
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}



body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
	margin: 0;
	padding: 0;
}

img {
	height:100%;
	width:100%;
}
body {
	background-color:#FFF;
	font-family: Meiryo, メイリオ, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	font-size: 13px;
	font-size: 1.3rem; /* sets the default sizing to make sure nothing is actually 10px */
	line-height: 1;
	letter-spacing: 0.08em;
/*	min-width:1000px;*/
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#fancybox-wrap,
#fancybox-wrap *,
#fancybox-tmp,
#fancybox-loading {
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-o-box-sizing: content-box!important;
	-ms-box-sizing: content-box!important;
	box-sizing: content-box!important;
}

a,
a:link,
a:hover,
a:focus {
	color: #378be9;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	text-decoration: underline;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;}

a:hover {
	text-decoration: none;
}

ul,
ol {
	list-style-type: none;
}

::selection {
	background-color: #888;
	color: #FFF; /* Safari */
}

::-moz-selection {
	background-color: #888;
	color: #FFF; /* Firefox */
}

#contents p{
	line-height: 1.7;
}

/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/


.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	font-size:0.1em;
	line-height:0;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
	min-height:1%;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
/* End hide from IE-mac */




/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/


br.clear_noie, 
div.clear_noie {
	display:inline !important;
	display:none;
	clear:both;
	line-height:0px;
}

br.clear_all {
	clear:both;
	line-height:0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
br.clear_noie  {
	display:block!important;
	content: " ";
}
}


/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/

#topcontrol{
	z-index: 99999999999999;
}

#topcontrol a {
	background:url(../../lib/cmn_js/scrolltop/scrollup.png) center center no-repeat ;
	background : url(../../lib/cmn_js/scrolltop/scrollup.gif) center center no-repeat\9 ; /* IE8 */
	*background : url(../../lib/cmn_js/scrolltop/scrollup.gif) center center no-repeat ; /* IE7 */
	_background : url(../../lib/cmn_js/scrolltop/scrollup.gif) center center no-repeat ; /* IE6 */
	display:block;
	height:60px;
	width:60px;
	filter: alpha(opacity=70) !important;
	opacity:0.7 !important;
	
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#topcontrol a:hover {
	filter: alpha(opacity=10) !important;
	opacity:1 !important;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
 	-ms-transform: scale(1.2);
 	-o-transform: scale(1.2);
 	transform: scale(1.2);
}



/*----------------------------------------------------
	☆opacity Hack
----------------------------------------------------*/

.roBtn:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* IE8 */

html>/**/body .roBtn:hover {
	display /*\**/: inline-block\9;
	zoom /*\**/: 1\9;
}
 
/* 新旧Firefox */
.roBtn:hover, x:-moz-any-link {
background: #fff;
}
.roBtn:hover, x:-moz-any-link, x:default {
background: #fff;
}




/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/
/*------------------------------------*\
    BORDERS
\*------------------------------------*/
 
/* Create a series of empty pseudo-elements... */
html:before,html:after,body:before,body:after{
    content:"";
    background:#fac5ea;
    position:fixed;
    display:block;
    z-index:5;
}
 
/* ...and position them! */
html:before{
    height:10px;
    left:0;
    right:0;
    top:0;
}
html:after{
    width:10px;
    top:0;
    right:0;
    bottom:0;
}
body:before{
    height:10px;
    right:0;
    bottom:0;
    left:0;
}
body:after{
    width:10px;
    top:0;
    bottom:0;
    left:0;
}

/*------ boder -------*/


.max01 {
	max-width:540px;
	width:auto;
	margin:0 auto;
}
#header { overflow:hidden; margin-bottom:15px; padding-top:30px;}
#header .main {width:100%; }
#header .main img { max-width:1000px; width:auto; text-align:center; margin:0 auto; }
.min { font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }

/*-- CONTENTS --*/

#contents { background-color:#FFF; }
#contents h1 { margin-bottom:25px;}
#contents .catch { font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size:2.0em; font-weight:bold; text-align:center; line-height:1.4; margin-bottom:20px; }

#contents .ti_01 {
	color:#c54587;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:2.4em;
	font-weight:lighter;
	letter-spacing:10px;
	text-align:center;
	margin-bottom:25px;
}

#contents .ti_02 {
	color:#356885;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:2.4em;
	font-weight:lighter;
	letter-spacing:10px;
	text-align:center;
	margin-bottom:25px;
}


@media only screen and (max-width: 800px) {
	
	#contents .ti_01,#contents .ti_02 {
		font-size:1.8em;
		letter-spacing:5px;
	}
}

#contents .ti_01 span {
	border-bottom:solid 1px #cab4bf;
	padding-bottom:10px;
	}


	
#contents #lc01 { background:#f1e7ec; padding:50px 0 60px;}


#contents section {
	margin:0 auto 30px;
	width:75%;
}

.p_c { text-align:center; }


/*-- box --*/
#contents .bgBox01 {
    background: #efefef none repeat scroll 0 0;
    margin-bottom: 20px;
    padding: 3%;
}

#contents .bgBox02 {
	background: #f7f4e4 none repeat scroll 0 0;
    margin-bottom: 20px;
    padding: 3%;
}

@media only screen and (max-width: 800px) {
	#contents .bgBox01,#contents .bgBox02 {
		padding: 5%;
	}
}


#contents .lineBox01 {
	background:#FFFFFF;
    border: 5px solid #c54587;
    margin-bottom: 20px;
    padding: 5%;
}


select {
    vertical-align: middle;
}
.select-box01{
    padding:0 15px;
    width: 60%;
}
.select-box01 select {
    -moz-appearance: none;
    background: url("/lib/cmn_img/arrow01.gif") no-repeat scroll right 50% #000000;
    border: none;
	color:rgba(255,255,255,1.00);
    padding: 8px 10px 5px;
    width: 100%;
}

.select-box01 select:focus {
	background-color: #FFF;
	border:solid 1px rgba(0,0,0,1.00);
	color:rgba(0,0,0,1.00);
}

#contents .menuArea p.subscribeBtn input {
	background-color:#b11e29;
	border:1px solid #b11e29;
	color:#FFF;
	display:inline-block;
	padding:10px 70px 8px;
	line-height:140%;
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-top: 0;
}

#contents .menuArea p.subscribeBtn input.red:hover {
	background:#76040c;
	color:#FFF;
}



/*--- Box ---*/
#contents .box01 {
	border-bottom:dotted 1px #999999;
	padding:50px 0;
}

#main {
	background-color:#FFF;
	float:right;
	width:720px;
}


#sideNav {
	float:left;
	width:200px;
}

#sideNav ul {
	width:100%;
}

#sideNav ul li {
	margin-bottom:1px;
	width:100%;
}

#sideNav ul li a {
	background-color:#448CBC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #448CBC;
	color:#FFF;
	display:block;
	padding:20px;
	text-decoration:none;
}

#sideNav ul li a:hover {
	background-color:#FFF;
	color:#448CBC;
}




/*-- FOOTER --*/

#footer {
	background-color:#000;
	color:rgba(255,255,255,1.00);
	line-height: 1.6;
	margin-top: 80px;
	width:100%;
}

#footer #fBottom a.arrow {
	color:#FFFFFF;
	font-size:1.0em !important;
}

#footer a.arrow04::before {
	border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
}

#footer div.ftInr {
	margin:0 auto;
	width:1000px;
}

#footer #fTop {
	clear:both;
	border-bottom:solid 1px #FFF;
	overflow:hidden;
	padding:25px 0 17px;
	margin-bottom:20px;
}

#footer #fTop .logoF {
	float:left;
	width:180px;
}

#footer #fTop .fTopR {
	float:right;
	padding-top:14px;
	width:390px;
}

#footer #fTop .footconList {
	clear:both;
	overflow:hidden;
	padding:10px 0;
	width:390px;
}

#footer #fTop .footconList li.tel {
	color:#FFF;
	font-size:1.6em !important;
	float:left;
}

#footer #fTop .tel .icon-phone {
	color:#b11e29 !important;
}


#footer #fTop .footconList li.bscBtn02 a {
	float:right;
	padding:5px 10px;
	text-align:center;
	width:180px;
}


#footer #fBottom {
	clear:both;
	overflow:hidden;
	padding-bottom:20px;
}


#footer #fBottom .logoF2 {
	float:left;
	padding-top:15px;
	width:40px;
}

#footer #fBottom .fBr {
	float:right;
	width:805px;
}

#footer #fBottom .fBr .fBrList {
	float:left;
	margin-right:56px;
}

#footer #fBottom .fBr .fBrList:last-child {
	margin-right:0;
}

#footer #fBottom .fBr .fBrList li {
	margin-bottom:10px;
}

#footer #fBottom .fBr .fBrList li ul.footList {
	padding-left:15px;
}

#footer #fBottom .fBr .fBrList li ul.footList li a {
	color:#FFFFFF;
	float:left;
	font-size:0.9em !important;
	margin-right:15px;
}


#footer #fBottom .fBr .w120 { width:120px; }
#footer #fBottom .fBr .w365 { width:365px; }
#footer #fBottom .fBr .w145 { width:145px; }


#footer div.ftInr .ftTagline {
	color:#FFF;
	font-size:1.1rem!important;
	font-weight:normal;
}




/*-- COPYRIGHT --*/

small#copyright {
	background-color:#000;
	color:#FFF;
	display:block;
	font-size:1.1rem!important;
	padding:15px 0 20px;
	text-align:center;
	width:100%;
}


span.line {
	text-decoration:line-through;
}






.spDisp { display: none;}
.spHide { display:block;}








