@charset "UTF-8";
/* CSS Document */

/*===== CSS RESET =====*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,img,ins,kbd,q,s,samp,strike,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select{outline:none;border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}.clear{clear:both}.clearfix{display:inline-block}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0}* html .clearfix{height:1%}.clearfix{display:block}p,li,td{background:url('')}ul{list-style:none;}



body,div,p,ul,li{
	margin:0;
	padding:0;
	font-family:sans-serif;
}

p{
	line-height:200%;
}


a{color: #c61324;}
a:link{	color: #c61324;}
a:hover {	color:  #c61324; text-decoration:underline;}


body{
	font-size:100%;
	-webkit-text-size-adjust: 200%;
	background:#f1edeb url(../img/bg.jpg);
}

img{
	border:none;
}


div#mainContents{
	margin:0 auto;
	width:100%;
	text-align:center;
}

div#mainContents h2{
	margin:30px  auto 0 auto;
}

div#mainContents h3{
	width:800px;
	margin:20px auto;
	font-size:300%;
	line-height:150%;
	text-align:center;
	font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
}

div#mainContents h3 span{
	font-size:50%;
}


div#mainContents p{
	width:800px;
	margin:0 auto;
	text-align:left;
}

div#main{
	background:url(../img/bg_main.jpg) repeat-x center top;
	margin:0 auto 100px auto;
	width:100%;
	height:668px;
	text-align:center;
}

div#main_in{
	background:url(../img/line_giza.png) repeat-x bottom;
	width:100%;
	height:659px;
}

div#main #sns{
	padding-top:30px;
}

.line{
	width:800px;
	height:27px;
	background:url(../img/line_giza.png) repeat-x top;
	position: relative;
	top: -8px;
}

div.box{
	margin:100px auto;
	width:800px;
	text-align:center;
	background:#fff;
}

div.box .box_in{
	margin-top: 10px; 
	padding:50px;
}

div.box p{
	text-align:left;	
}

div.box h4{
	margin-bottom:30px;
	font-size:300%;
	line-height:80%;
	text-align:center;
	font-family: 'Yellowtail', cursive;
	font-weight:lighter;
	color:#a68847;
}

div.box h4 span{
	font-size:30%;
}

div.box h5{
	margin:30px 0 0 15px;
	font-size:120%;
	font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
   font-weight: bold;
	color:#000;
}

div.box ol{
	width:700px;
	text-align:left;
	font-size:100%;
	-webkit-text-size-adjust: 200%;
	padding:0 10px;
}

div.box li{
	margin-left:30px;
	border-collapse:collapse;
	text-align:left;
	vertical-align:top;
	line-height:150%;
	padding:10px 10px;
}

div.box table{
	margin:0 auto;
	width:700px;
	text-align:center;
	font-size:100%;
	-webkit-text-size-adjust: 200%;
}

div.box table,div.box table th,div.box table td{
	border-top:1px solid #a68847;
	border-bottom:1px solid #a68847;
	border-collapse:collapse;
	text-align:left;
	vertical-align:top;
	line-height:180%;
}

div.box table th{
	padding:15px;	
}

div.box table td{
	padding:15px;	
}

a.fbLink {
	width:800px;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
	font-size:150%;
	color:#FFF;
	background:#c61324;
	text-decoration:none;
	display:block;
}


a:hover.fbLink{
	color:#FFF;
	background:#000;
}

div#footer{
	width:100%;
	margin:100px 0 50px 0;
	padding:0;
	text-align:center;
	font-size:90%;
}

div#footer p a{color: #000; text-decoration:none}
div#footer p a:link{	color: #000;}
div#footer p a:hover {	color:  #000; text-decoration:underline;}


div#footer p.logo{
	margin:30px  auto;
	width:310px;
}
	
.red{
	color:red;
}
