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

body{
	background: url(../images/common/bg.jpg) repeat;
}



/*.clear{ mlllll[[[[clear: both;}*/

#header{
	width: 100%;
	border-top: 5px #c10808 solid;
	border-bottom: 5px #c10808 solid;
}
.headBOX{
	width: 850px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}

h1{
	width: 400px;
	float: left;
	margin-top:10px;
}

h1 img{
	width:100%;
}

.headR{
	width: 230px;
	float: right;
	margin-top:5px;
}

ul#nav {
	width: 550px;
	margin: 0 auto;
	padding: 10px 0;
	clear: both;
}
ul#nav li {
	float: left;
	padding: 0 20px 5px;
	background: url(../images/common/nav/navline.gif) no-repeat right center;
}
ul#nav li.Enav {
	background-image:none;
}
.top_img{
}






#contents_wrap img{width: 100%;}

#contents_wrap{
	width: 850px;
	margin: 0 auto;
}


.box_f{
	background: url(../images/common/bg_con02.png);
}
#raw{
	width: 850px;
	margin: 100px auto 0 auto;
	padding-bottom:20px;
	overflow:hidden;
}

.txtBOX{
	margin-top:30px;
	overflow:hidden;
	float: left;
	width: 65%;	
}


h2{
	font-size: 17px;
	padding-top:2px;
	padding-left:10px;
	margin-bottom:7px;
	border-left:5px #d52726 solid;
}
.txt{
	margin-top:10px;
	padding-left:1em;
	text-indent:-1em;
}
.txt01 br{display:none;}

.txt01{
	margin-bottom:1px;
}

.txt02{
	margin-bottom:1px;
	padding-left:1em;
	text-indent:-1em;
}
.fb-page{float: right; width:280px; text-align: right;}




/* -------フォントサイズ変更ボタン------- */

/* フォントサイズ変更ボタンのエリア */
#fontSize {
	text-align:right;
	margin: 10px 0 20px 0;
}
/* フォントサイズ変更ボタン */
.switchBtn {
	margin: 0 1px 0 0;
}
#switchArea {
	clear: both;
}
/* -------End.フォントサイズ変更ボタン------- */



/* -------パンくずリスト------- */

ol.topicPath {
	margin-top: 5px;
	font-size: 80%;
}
ol.topicPath li {
	display: inline;
}
ol.topicPath li a {
	padding-right: 15px;
	background:url(../images/common/topic_path.gif) no-repeat right center;
}


/* -------End.パンくずリスト------- */


#footer{
	width: 850px;
	margin: 100px auto 0 auto;
	padding-bottom:20px;
	overflow:hidden;
}

p.Copyright br{display: none;}


p.Copyright {
	color: #333333;
	font-size: 0.8em;
	float:left;
}
div.subnav{
	float:right;
}
div.subnav ul{
	width:250px;
}
div.subnav ul li{
	font-size: 0.8em;
	float:left;
	margin-left:8px;
	padding-right:12px;
	background: url(../images/common/nav/footline.gif) no-repeat right center;
}
div.subnav ul li.Esubnav{
	background:none;
}



/* ------- 基本リンク ------- */
a:link {
	color: #c10808;
	text-decoration: none;
}
a:visited {
	color: #c10808;
}
a:hover {
	color: #F46C6C;
	text-decoration: none;
}

/* 追記 */
#mainImage{ margin-top:20px; display:block;}
.box1{ margin-bottom:10px;}
.orange{ color:#D96D00; font-size:large; font-weight:bold; margin-top:15px; }
.blue{color:#0040FF; font-size:large; font-weight:bold; margin-top:30px; }



@media screen and (min-width: 0px) and (max-width: 850px) {
#mainImage{ margin-top:20px; margin-bottom:10px;}

.headBOX{
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
#raw{
	width: 100%;
	margin: 30px auto 0 auto;
	padding-bottom:20px;
	overflow:hidden;
}
h1{
	width: 100%;
	margin-top:10px;
}

#contents_wrap{
	width: 80%;
	margin: 0 auto;
}

.txtBOX{
	margin-top:0px;
	overflow:hidden;
	width: 100%;	
}
.fb-page{ width: 100%; height: 400px; overflow: hidden; text-align: left;}


.txt br{display: none;}
.txt01 br{display: inline;}
.txt02 br{display: none;}

#footer{
	width: 80%;
	margin: 100px auto 0 auto;
	padding-top:20px;
	padding-bottom:20px;
	overflow:hidden;
}
p.Copyright br{display: inline;}

}
