@charset "euc-jp";
/* CSS Document */



/* paddingやborderの解散をしなくてよいCSS */
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

	
html {font-size: 62.5%;}

body{
font-size: 14px;
font-size: 1.4rem;
line-height:18px;
color: #000000;
margin:0px;
padding:0px;
font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
-webkit-text-size-adjust: 100%;/**スマホの縦と横で文字の大きさが変わらない**/
}




/************************************************************************/
/*　　　　　　　　　　 　     　　共通タグ　 　　　       　　　　　  　*/
/************************************************************************/


strong{font-weight:100;}


dl, dt, dd, ol,ul,li{
margin: 0;
padding: 0;
border: 0;
outline: 0;
list-style-type:none;
}

img {
	border: noen;
}

p{
margin:0px;
padding:0px;
}


hr {
  width:90%;
  margin:20px auto;
  border: 0;
  border-top: 1px solid #eee;
}

.clear{
clear:both;
height:0px;
visibility: hidden;
text-align:center;
background-color:#eeeeee;
}


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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.seo{display:none;}


/************************************************************************/
/*　　　　　　　　　　　　      Ｈタグ　　　 　　　　　       　　　  　*/
/************************************************************************/

h1{display:none;}

h2{display:none;}

h3{display:none;}

h4{display:none;}

h5{display:none;}



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



.header01{
	text-align:right;
	width:100%;
	height:50px;
	background-color:#FFEE95;
	margin:0px;
	padding:8px 15px 0px 15px;
	border:1px solid #E7E7E7;
}

.menu_button{
	margin:0px;
	padding:0px;
}


.header02{
	width:100%;
	background:#FF7E00;
	height:96px;
	text-align:center;
	margin-bottom:3px;
}


.header02 A {text-decoration: none; }
.header02 A:link { color: #fff; } 
.header02 A:hover { color: #F8FFC8; border-bottom:2px solid #23527C;} 
.header02 A:visited { color: #fff; } 
.header02 A:active { color: #fff; } 

.header02_li01{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:21px 0px 0px 0px;
}


.header02_li02{
	font-size:30px;
	font-weight:bold;
	color:#fff;
	padding:16px 0px 0px 0px;
}



/************************************************************************/
/*　　　　　　　　　　 　     　　メニュー　　　       　　　　　  　　*/
/************************************************************************/


.menu {
	width: 100%;
	color: #999;
	overflow: hidden;
	background-color:#FFEE95;
}

.menu li {
	width:100%;
	float:left;
	position: relative;
	text-align:left;

}


.menu a {
	font-size:14px;
	font-size:1.4rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	color: #777;
	text-decoration: none;
	padding:10px 15px;
	background-color:#FFEE95;
}

.menu a:hover {
	color:#333;
}


.menu_none{
	font-size:14px;
	font-size:1.4rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	color: #333;
	padding:10px 15px;
	background-color:#FFEE95;
}



/************************************************************************/
/*　　　　　　　　　　 　      ページタイトル　　　       　　　　　  　*/
/************************************************************************/

.page_title{
	width:100%;
	margin-bottom:30px;
}

.page_title img{
	width:100%;
	height:auto;
}


/************************************************************************/
/*　　　　　　　　　　 　     　　Ｌタイトル　　　       　　　　　  　*/
/************************************************************************/


.l_title{
	width:92%;
	font-size:16px;
	font-size:1.6rem;
	color:#000;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:10px 10px;
	margin:0px auto 30px auto;
	border:1px solid #999;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7acbf0+0,8dd7f4+18,a7dcf2+24,ffffff+88 */
	background: #7acbf0; /* Old browsers */
	background: -moz-linear-gradient(top,  #7acbf0 0%, #8dd7f4 18%, #a7dcf2 24%, #ffffff 88%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #7acbf0 0%,#8dd7f4 18%,#a7dcf2 24%,#ffffff 88%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #7acbf0 0%,#8dd7f4 18%,#a7dcf2 24%,#ffffff 88%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7acbf0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}




/************************************************************************/
/*　　　　　　　　　　 　     　　Ｍタイトル　　　       　　　　　  　*/
/************************************************************************/


.m_title{
	width:88%;
	padding:5px 10px;
	color:#fff;
	font-size:16px;
	font-size:1.6rem;
	line-height:16px;
	line-height:1.6rem;
    font-weight: 500;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0px auto 20px auto;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffce77+0,e1961c+50,ce830c+50,f4a322+100 */
	background: #ffce77; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffce77 0%, #e1961c 50%, #ce830c 50%, #f4a322 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffce77 0%,#e1961c 50%,#ce830c 50%,#f4a322 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffce77 0%,#e1961c 50%,#ce830c 50%,#f4a322 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffce77', endColorstr='#f4a322',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}





/************************************************************************/
/*　　　　　　　　　　 　     　　SSタイトル　　　       　　　　　  　*/
/************************************************************************/

.ss_title{
	width:100%;
	padding:5px 10px;
	color:#444;
	font-weight:bold;
	border-left:5px solid #ff6600;
	margin-bottom:10px;
}


.ss_title2{
	width:100%;
	padding:5px 10px;
	color:#ff6600;
	font-weight:bold;
	border-left:5px solid #ff6600;
	border-bottom:1px dotted #ff6600;
	margin-bottom:10px;
}

.ss_title3{
	width:100%;
	padding:5px 10px;
	color:#ff6600;
	font-weight:bold;
	border-left:5px solid #ff6600;
	border-bottom:1px dotted #ff6600;
	margin-bottom:20px;
}


/************************************************************************/
/*　　　　　　　　　　 　    アンダーメニュー　　　       　　　　　  　*/
/************************************************************************/



.under_menu {
	width: 90%;
	border:1px solid #DDD;
	margin:0px auto 40px auto;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}


.under_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.under_menu li {
	width:100%;
	border-bottom:1px solid #ddd;
}

.under_menu a {
	font-size:14px;
	font-size:1.4rem;
	display: block;
	color: #555;
	text-decoration: none;
	padding:13px 15px;
}

.under_menu a:hover {
	background-color:#F5F5F5;
}


/************************************************************************/
/*　　　　　　　　　　 　    　ページの先頭へ　　　       　　　　　  　*/
/************************************************************************/

.pagetop_sp {
	display: none;
	position: fixed;
	bottom: 33px;
	right: 13px;
	margin-bottom:0px;
}

.pagetop_sp a {
	width:55px;
	height:55px;
	display: block;
	background: #555;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	opacity: 0.7;
	background-image:url(../img/top_go.gif);
	background-repeat:no-repeat;
	background-position:center;
}




/************************************************************************/
/*　　　　　　　　　　 　   　　 フッター　　　  　　     　　　　　  　*/
/************************************************************************/


.footer{
	width:100%;
	height:120px;
	font-size:14px;
	font-size:1.4rem;
	background-color:#FFEE95;
	color:#333;
	padding:10px 5px 0px 5px;
	text-align:center;
}

.footer_text01{
	font-size:24px;
	font-size:2.4rem;
	margin-bottom:20px;
	font-weight:400;
}

.footer_text02{
	margin-bottom:0px;
}

.footer A {text-decoration: none; }
.footer A:link { color: #333;} 
.footer A:visited { color: #333; } 
.footer A:hover { color: #FF0000; } 
.footer A:active { color: #ff6600; } 
