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

/*ページの基本設定*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
}
.floatclear {
	clear: both;
}
ul {
    list-style-type: none;
}
li img {
}


.t_link a{
	
	text-decoration: none;
}
.t_link a:link{
	color:#000000;
}
.t_link a:visited{
	color:#000000;
}

.t_link a:hover{
	color:#F2831F;
}
.t_link a:active{
	color:#F2831F;
}
.style01{
	font-size: 14px;
	padding-left: 24px;
	line-height: 12px;
	background-image: url(../img/icon.jpg);
	background-repeat: no-repeat;
}

.style02{
	font-size: 14px;
	padding-left: 24px;
	line-height: 12px;
	background-image: url(../img/icon2.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}



/*大まかなレイアウト*/
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.7;
	background: #FFEDDB;
	min-width: 100%;
}

/*header*/
#header_out{
	background-color: #FFD3A6;
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	overflow: auto;
}

#header_in{
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/*navi*/
#nav{
	width: 100%;
	text-align: left;
	clear: both;
	padding-top: 0%;
	padding-bottom: 0px;
	display: none;
}

#nav li {
	float: none;
	width: 100%;
	text-align: center;
}

/*contents*/


/*\*/
　* html div#contents_out{overflow: visible;}
/**/

#contents_in{
	width: 100%;
	height: 100%;
	margin: 0px auto;
	text-align: left;
}


#content_left{
	width: 100%;
	float: left;
	padding-top: 17px;
}

#content_right{
	width: 220px;
	padding-top: 17px;
	float: right;
	overflow:hidden;
}

/*footer*/
#pagetop_out{
	clear: both;
	text-align: center;
}

#pagetop_in{
	width: 100%;
	height: 27px;
	margin: 0px auto;
	padding-top: 10px;
	text-align: right;
}


#footer_out{
	clear: both;
	background-color: #FFFFFF;
	text-align: center;
	background-position: center top;
}

#footer_in{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	margin: 0px auto;
	text-align: left;
}
.float_clear{
	clear:both;
}

#footer_in  ul li{
	padding-bottom: 17px;
}

/*共通のスタイル*/
/*header*/

h1{
	font-weight: normal;	
}
#header_left{
	width: 90%;
	height: auto;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#header_left a img {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#header_in h1{
	font-size: 11px;
	color: #000;
	float: left;
	width: 100%;
}

#header_right{
	width: 90%;
	height: auto;
	float: none;
	padding-top: 0%;
}

#h_r_top{
	float: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3%;
	display: none;
}
#h_r_top ul{
	float: none;
	width: 100%;
	clear: both;
	margin-bottom: 2%;
}
#h_r_top li{
	float: left;
}
#h_r_bottom{
	width: 100%;
	float: none;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#h_r_bottom ul {
	float: none;
	width: 100%;
	clear: both;
	padding-left: 5%;
}
#h_r_bottom li {
	float: left;
	margin-top: 3%;
	height: auto;
	width: 50%;
	margin-right: auto;
}





/*content_right*/
#box05{
	width: 100%;
}
#box05_in{
	height: auto;
	background-image: url(../img/box05_bg.jpg);
	background-repeat: no-repeat;
	background-size: 99.95% auto;
	text-align: left;
	font-size: 14px;
}


#box05_in dt{
	font-size: 150%;
	color: #F2831F;
	padding-top: 1%;
}

#box05_in dd{
	font-size: 36px;
	font-weight: bold;
	padding-top: 1%;
	padding-bottom: 2%;
}



#box06{
	width: 100%;
	padding-top: 5%;
	float: left;
}
#box06_in{
	background-image: url(../img/box06_bg.jpg);
	background-repeat: repeat-y;
	background-size: 99.95% auto;
	text-align: left;
	margin-top: 0%;
}

#box07{
	width: 100%;
	float: left;
	clear: both;
	margin-top: 10%;
}

#box08{
	width: 100%;
	padding-top: 9%;
	float: left;
}

#box09{
	width: 100%;
	padding-top: 9%;
	float: left;
}

#box10{
	width: 220px;
	padding-top: 20px;
}
#box11{
	width: 49%;
	float: right;
	margin-top: 5%;
}



/*float_clear*/
#float_clear{
	clear:both;
}



/*footer*/
.footer_line{
	height: 3px;
	background-image: url(../img/footer_line.jpg);
	background-repeat: repeat-x;
}

#footer_in01{
	float: left;
	padding-top: 5%;
	width: 40%;
	margin-left: 5%;
}
#footer_in01 li{
	padding-bottom: 5px;
}

#footer_in02{
	float: left;
	width: 50%;
	text-align: left;
	padding-top: 5%;
}
#footer_in02 li{
	padding-bottom: 5px;
}

#footer_in03{
	float: left;
	width: 40%;
	margin-left: 5%;
	margin-top: 5%;
}
#footer_in03 li{
	padding-bottom: 5px;
}

#footer_in04{
	float: left;
	margin-top: 5%;
}
#footer_in04 li{
	padding-bottom: 5px;
}

#footer_in05{
	padding-right: 0px;
	clear: both;
	text-align: center;
	margin-top: 1%;
	margin-bottom: 1%;
}

.footer_n-line{
	display: none;
}

#copy{
	width: 100%;
	height: auto;
	font-size: 10px;
	text-align: left;
	float: left;
}
.text_box {
	padding-bottom: 30px;
}
}
#h_r_bottom ul li img {
}
#content_left #content_left-l #box04 h2 img {
	width: 100%;
	height: auto;
}
#content_left-r #box03 h2 img {
	height: auto;
	width: 100%;
}
#content_left #content_left-r #box03 #box03_in img {
	width: 80%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#contents_in #content_right #box05 h2 img {
	width: 100%;
	height: auto;
}
#content_right #box05 #box05_in dl {
	text-align: center;
}
#contents_in #content_right p img {
	width: 100%;
	height: auto;
}
#content_right #box06 h2 img {
	width: 100%;
	height: auto;
}
#content_right #box06 #box06_in ul li {
}
#content_right #box06 #box06_in ul li img {
	height: auto;
	width: 100%;
}
#content_right #box06 #box06_in ul {
}
#content_right #box06 #box06_in .clear {
	clear: both;
}

#header_out #header_in #header_right #h_r_bottom ul li img {
	float: none;
	height: auto;
	width: 100%;
}
#header_right #h_r_bottom ul li a #Image8 {
	float: right;
	width: 50%;
}
#contents_in #content_left p img {
	width: 100%;
	height: auto;
	margin: 0px;
}
#content_left-l #box02 h2 img {
	width: 100%;
	height: auto;
}
#content_left-l #box02 #box02_in #ex2 .ex-icon2 img {
	width: 100%;
}
#content_right .left_navi {
	width: 50%;
	float: left;
}
