@charset "UTF-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, figure, img, fieldset,
a, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, small, strong, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	font-size:1em;
}

header,hgroup,nav,article,
section,aside,figure,footer{
	display:block;
}

ol, ul{
	list-style: none;  
}

html{
    font:14px/1.3 "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Arial, Helvetica, Tahoma, sans-serif;
}


#contents{
          width: 90%;
          margin:0 auto;

}

.photo{
    text-align: center;

}

.explain{
          width: 85%;
          margin:0 auto;
}

.form{
          width: 95%;
          height:500px;
          margin:0 auto;
}

#slide_menu ul{
    margin: 0;
    padding: 0;

}
#slide_menu li + li{

}
#slide_menu li{
   border-bottom: solid 1px #fff; 
    list-style: none;
vertical-align: middle;
}
#slide_menu li a{
    display: block;
    padding: 10px 0;
    color: black;
    text-decoration: none;
    margin-left: 30px;
}
#button{
    top: 0;
    width: 35px;
    height: 35px;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    background: transparent;
}
.container{
    margin: 0 auto;
    max-width: 750px;
    overflow: hidden;
}
.container h1{
    padding-left: 90px;
}
.content > section{
	width: 100%;
	height: auto;
}
.content h2{
    margin: 60px 0 20px;
    color: #666;
    font-size: 26px;
}
.content p{
    margin: 0 0 10px;
    width: 100%;
    line-height: 1.3;
}
.content img{
    display: block;
    box-sizing: border-box;
    margin:0 auto 15px;
    max-width: 450px;
    width: 100%;
    height: auto;
    border: solid 15px #fff;
    box-shadow: 0 1px 8px #ccc;
    
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body{
	background:#FFF;
	width:100%;
	color:#252525;

    position: relative;
    left: 0;
    overflow-x: hidden;
   z-index: 20;

}

#slide_menu{
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: lightblue;
   z-index: 10;
}


/*	リンクタグ	*/

a,
a:hover{
	color:#F25A4F;
	text-decoration:none;
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
header{
	width:100%;
	height:100%;
	overflow:hidden;}


/*	タイトル	*/
#top h1{
	background:url(img/header_bg.gif) repeat-x;
	ackground-image:-moz-linear-gradient(top, #0093B5, #00769E);
	background-image:-webkit-gradient(linear, center top, center bottom, from(#0093B5), to(#00769E));
	background-image:-o-linear-gradient(top, #0093B5, #00769E);
	background-image:linear-gradient(top, #0093B5, #00769E);
	width:100%;
	padding:3% 10px;
	border-bottom:solid 1px #00355F;
	color:#FFF;
	text-shadow:1px 1px 1px #004673;
	text-align:center;


}

/*---------------------
	ヘッダー画像
--------------------*/
p#h_image{
	padding:0;
	position:relative;
}

p#h_image img{
	width:99.5%;
	margin:auto;
	border:solid 1px #36A0BE;}

/*	ヘッダー画像内 文字	*/
p#h_image span{
	padding:0 10px;
	display:block;
	color:#FFF;
	position:absolute;
	z-index:2;
	top:40%;
}

/*	ヘッダー画像下 文字	*/
header h2{
	padding:10px;
	color:#0086AC;
}

header p.des{
	padding:0 10px;
	margin-bottom:5%;
}



/*------------------------------------------------------------
	カテゴリ
------------------------------------------------------------*/
article{
	width:100%;
	overflow:hidden;
}


title_bar{
	width:100%;
	height:100%;
	padding:10px;
	overflow:hidden;}

/*	タイトル画像下 文字	*/
title_bar h2{
	padding:10px;
	color:#0086AC;
}

title_bar p.des{
	padding:0 10px;
	margin-bottom:5%;
}


/*---------------------
	カテゴリタイトル
--------------------*/
article .title h2{
	background-image: -moz-linear-gradient(top, #3EADC6, #349DBC);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#3EADC6), to(#349DBC));
	background-image: -o-linear-gradient(top, #3EADC6, #349DBC);
	background-image: linear-gradient(top, #3EADC6, #349DBC);
	padding:3% 10px;
	margin:5% 0 0;
	border:solid 1px #005581;
	border-top:solid 1px #00B2D8;
	text-shadow:1px 1px 1px #FFF;}

/*---------------------
	カテゴリボディ
--------------------*/
article section{
	padding:4% 5px 4% 10px;
}

article section:nth-child(even){
	background-image: -moz-linear-gradient(top, #FFF, #E6E6E6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#E6E6E6));
	background-image: -o-linear-gradient(top, #FFF, #E6E6E6);
	background-image: linear-gradient(top, #FFF, #E6E6E6);
	border:solid 1px;
	border-color:#FFF transparent #AEAEAE;
}

article section:nth-child(odd){
	background-image: -moz-linear-gradient(top, #DFDFDF, #f0f8ff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#DFDFDF), to(#f0f8ff));
	background-image: -o-linear-gradient(top, #DFDFDF, #f0f8ff);
	background-image: linear-gradient(top, #DFDFDF, #f0f8ff);
	border:solid 1px;
	border-color:#FFF transparent #929292;
}

article section a{
	background:url(img/link_icon.png) no-repeat right center;
	padding-right:4%;
	display:block;
	overflow:hidden;
}

.irregular {
	margin: 0;
	padding: 0;
}

article section .irregular{
	background:url(img/link_icon.png) no-repeat right center;
	padding-right:4%;
	display:block;
	overflow:hidden;
}

/*	カテゴリ画像　*/
article section a figure{
	width:35%;
	margin-right:10px;
	padding:0;
	overflow:hidden;

	border:solid 1px #F25A4F;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	float:left;}

.irregular figure{
	width:35%;
	margin-right:10px;
	padding:0;
	overflow:hidden;
	height: 100%;

	border:solid 1px #F25A4F;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	float:left;
}

article section a figure img{
	background:#F25A4F;
	width:100%;
	margin-bottom:-4.5%;
	display: block;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

@media screen and (min-width:480px) {
	article section a figure{
		padding-bottom:0.5%;
	}
}

.irregular figure img{
	background:#F25A4F;
	width:100%;
	margin-bottom:-4.5%;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;}

@media screen and (min-width:480px) {
	.irregular figure{
		padding-bottom:0.5%;
	}
}

/*	カテゴリ画像の説明文字　*/
article section a h2{
	width:60.5%;
	color:#0086AC;
	float:right;
}

article section a p{
	width:60.5%;
	color:#1C140D;
	float:right;
}

.irregular h2{
	width:60.5%;
	color:#0086AC;
	float:right;
	
	
}

.irregular p{
	width:60.5%;
	color:#1C140D;
	float:right;
	
}








/*	トップに戻る　*/
p.go_top{
	text-align:right;}

p.go_top a{
	margin-right:5px;
	padding:5% 15px 5% 0;
	display:block;
	color:#F25A4F;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
/*	フリースペース　*/
.free_space{
	padding:3% 10px;
	border:dotted #f0f8ff;
	border-width:1px 0;
}

.free_space img{
	margin:auto;
	display:block;
	border:solid 1px #333631;
}

/*	メニュー　*/
footer ul{
	padding:4% 0;
	overflow:hidden;
}

footer ul li{
	width:20%;
	float:left;
}

footer ul li a{
	display:block;
	padding:1.4em 0;
	text-align:center;
}

/*	コピーライト　*/
address{
	padding:3% 0;
	border-top:dotted 1px #f0f8ff;
}

address p{
	color:#0086AC;
	font-size:0.714em;
	text-align:center;}





#close{
    top: 0;
    width: 35px;
    height: 35px;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    background: transparent;
}


h4 {
          font-size: 10px;
          line-height: 1.5;

}

h5 {
          font-size: 20px;
          text-align: center;
          color: navy;
          line-height: 1.5;

}

h6 {
          text-align: center;
          line-height: 1.5;

}

table.type03 {
	border-collapse: collapse;
	width: 90%;
	line-height: 1.3;
	border: 2px solid #fff;
	border-color: white;
}
table.type03 th {
	vertical-align: middle;
        background-color: #e6e6fa;
	border: 2px solid #fff;
	border-color: white;
          font-family: "ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ ゴシック",sans-serif;
          font-size: 15px;
          line-height: 1.5; 
}
table.type03 td {
	height: 100%;

	vertical-align: top;
        background-color: #f5f5f5;
	border: 2px solid #fff;
	border-color: white;
          font-family: "ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ ゴシック",sans-serif;
          font-size: 15px;
          line-height:1.5; 
	padding: 10px 10px 10px 10px;

}

table.type02 {
	border-collapse: collapse;
	width: 100%;
	line-height: 2;
}
table.type02 th {
	vertical-align: middle;
        background-color: #e6e6fa;
	border: 1px solid #ccc;

}
table.type02 td {
	padding: 10px 0px 10px 20px;
	vertical-align: middle;
	border: 1px solid #ccc;

}

#form{
          width: 100%;
          padding: 20px;
          margin:0 auto;
}