/*======================================

Font-size Adjustment
77% = 10px	| 	122% = 16px	|	167% = 22px	
85% = 11px	|	129% = 17px	|	174% = 23px
92% = 12px	|	136% = 18px	|	182% = 24px
100% = 13px	|	144% = 19px	|	189% = 25px
107% = 14px	|	152% = 20px	|	197% = 26px
114% = 15px	|	159% = 21px	|

=======================================*/


/* 1.マージン・インデント
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.m1b { margin-bottom: 1px; }
.m2b { margin-bottom: 2px; }
.m3b { margin-bottom: 3px; }
.m4b { margin-bottom: 4px; }
.m5b { margin-bottom: 5px; }
.m6b { margin-bottom: 6px; }
.m7b { margin-bottom: 7px; }
.m8b { margin-bottom: 8px; }
.m9b { margin-bottom: 9px; }
.m10b { margin-bottom: 10px; }
.m13b { margin-bottom: 13px; }
.m15b { margin-bottom: 15px; }
.m20b { margin-bottom: 20px; }
.m25b { margin-bottom: 25px; }
.m30b { margin-bottom: 30px; }
.m35b { margin-bottom: 35px; }
.m40b { margin-bottom: 40px; }
.m45b { margin-bottom: 45px; }
.m50b { margin-bottom: 50px; }

.m20t { margin-top: 20px; }


.m5l { margin-left: 5px; }
.m9l { margin-left: 9px; }
.m10l { margin-left: 10px; }
.m12l { margin-left: 12px; }
.m15l { margin-left: 15px; }
.m20l { margin-left: 20px; }
.m25l { margin-left: 25px; }
.m30l { margin-left: 30px; }
.m150l { margin-left: 150px; }
.m570l { margin-left: 570px; }

.m5r { margin-right: 5px; }
.m10r { margin-right: 10px; }
.m15r { margin-right: 15px; }
.m20r { margin-right: 20px; }
.m25r { margin-right: 25px; }
.m30r { margin-right: 30px; }
.m40r { margin-right: 40px; }
.m50r { margin-right: 50px; }

.p5b { padding-bottom: 5px; }
.p10b { padding-bottom: 10px; }
.p15b { padding-bottom: 15px; }
.p20b { padding-bottom: 20px; }
.p25b { padding-bottom: 25px; }
.p30b { padding-bottom: 30px; }

.p10a { padding: 10px; }

.p5l { padding-left: 5px; }
.p10l { padding-left: 10px; }
.p15l { padding-left: 15px; }
.p20l { padding-left: 20px; }
.p25l { padding-left: 25px; }
.p30l { padding-left: 30px; }
.p200l { padding-left: 200px; }

.box60 { width: 60px; }
.box85 { width: 85px; }
.box100 { width: 100px; }
.box110 { width: 110px; }
.box120 { width: 120px; }
.box130 { width: 130px; }
.box140 { width: 140px; }
.box160 { width: 160px; }
.box180 { width: 180px; }
.box200 { width: 200px; }
.box250 { width: 250px; }
.box260 { width: 260px; }
.box280 { width: 280px; }
.box285 { width: 285px; }
.box290 { width: 290px; }
.box340 { width: 340px; }
.box300 { width: 300px; }
.box310 { width: 310px; }
.box320 { width: 320px; }
.box350 { width: 350px; }
.box355 { width: 355px; }
.box365 { width: 365px; }
.box370 { width: 370px; }
.box400 { width: 400px; }
.box420 { width: 420px; }
.box440 { width: 440px; }
.box460 { width: 460px; }
.box500 { width: 500px; }
.box510 { width: 510px; }
.box530 { width: 530px; }
.box600 { width: 600px; }
.box640 { width: 640px; }

/* 2.位置クラス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.clear { clear: both; }
.cen { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.fLeft { float: left; }
.fRight { float: right; }

/* 3.テキスト
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.txtB { font-weight: bold; }
.txtRed { color: #ff0000; }
.txtBlue { color: #0052E5; }
.txtPink { color: #F246A4; }
.txtGold { color: #A98552; }
.txtGray { color: #666666; }

.txt16 { font-size: 122%; }
.txt17 { font-size: 129%; }

.lineB { border-bottom: dotted 1px #333333; }



/*
====================================================================
基本設定
	1.枠組み
	2.リンク
	3.clearfixセレクタ指定
	4.ページ設定
====================================================================
*/

/* 1.枠組み
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
body {
	background: url(../img/footerwrapper_bg.jpg) repeat-x bottom center;
	padding: 0 0 20px 0;
	
}

#wrapper {
	width: 100%;
	background: url(../img/headwrapper_bg.jpg) no-repeat top center;
}

#headWrapper {
	height: 460px;
	width: 960px;
	margin: 0 auto;
}

#headWrapper h2 {
	text-align: center;
}

#header {
	width: 655px;
	margin: 0 0 250px 70px;
}

#header h1 {
	float: right;
}

#header .home {
	float: left;
	
}

#header .event {
	float: left;
	margin: 0 0 0 40px;
	
}

#header .tel {
	clear: both;
}

#header .tel span {
	font-weight: bold;
}

#contentsWrapper {
	width: 968px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	font-size: 107%;
	background: url(../img/contents_bottom.png) no-repeat bottom center;
}

#contentsWrapper {
	width: 968px;
	margin: 0 auto 15px;
	padding: 0 0 5px 0;
	font-size: 107%;
	background: url(../img/contents_bottom.png) no-repeat bottom center;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#contentsWrapper {
	width: 968px;
	margin: 0 auto 15px;
	padding: 0 0 5px 0;
	font-size: 107%;
	background: url(../img/contents_bottomc.png) no-repeat bottom center;
}
}

#contentsInner {
	width: 968px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	font-size: 107%;
	background: url(../img/contents_bg.png) repeat-y center;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#contentsInner {
	width: 968px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	font-size: 107%;
	background: url(../img/contents_bgc.png) repeat-y center;
}
}

#contentsWrapper h3 {
	width: 797px;
	height: 40px;
	font-size: 122%;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto 30px;
	background: url(../img/title_bg.jpg) no-repeat ;
	line-height: 40px;
}

#contents1,
#contents2,
#contents3 {
	width: 885px;
	background: url(../img/box_bottom.png) no-repeat bottom;
	margin: 0 auto 40px;
}  

#contents1 .inner {
	background: url(../img/box_top.png) no-repeat;
	padding: 45px;
	position: relative;
}  

#contents1 .photo {
	position: absolute;
	left: -52px;
	top: 8px;
}

#contents1 p {
	width: 397px;
	line-height: 1.7em;
	float: right;
}

#contents2 .inner {
	background: url(../img/box_top.png) no-repeat;
	padding: 45px 45px 75px;
	position: relative;
}  

#contents2 .photo {
	position: absolute;
	left: 354px;
	top: 2px;
}

#contents2 p {
	width: 292px;
	line-height: 1.7em;
	float: left;
}

#contents3 .inner {
	background: url(../img/box_top.png) no-repeat;
	padding: 45px 45px 95px;
	position: relative;
}  

#contents3 .photo {
	position: absolute;
	left: 4px;
	top: -4px;
}

#contents3 p {
	width: 280px;
	line-height: 1.7em;
	float: right;
}

#footer {
	width: 100%;
}

#footer .copyright {
	font-size: 92%;
	color:#FFF;
	text-align: center;
}



/*ヘッダー
-------------------------------------------------------------*/



/* 2.リンク文字設定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
a:link,
a:visited { text-decoration: underline; color: #DC4C25; }
a:hover  { text-decoration: underline; color: #DC4C25; }
a:active { text-decoration: none; color: #DC4C25; }



/* 3.clearfixセレクタ指定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
/* clearfix */

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

.clearfix {
	display: inlinke-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clearfix,
body,
#container {
	min-height: 1px;
}

* html .clearfix,
* html body,
* html #container{
	height: 1px;
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.clearfix {
	zoom:1;
}


/* 4.ページ設定
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
