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


body{
	margin:0 auto;;
	padding:0;
	 line-height: 1.8em;
	 	color:#4C4C4C;
		  height: 100%;
		  text-align: justify;
}

div,dl,dt,dd,ul,ol,li,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td{
	margin:0;
	padding:0;

}



*:html body{
	font-size:small;

}

*:first-shild+html body{
	font-size:small;

}

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

}


a:link {
	color:#0061AF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


img{
	border:0;
	vertical-align:bottom;
	max-width: 100%;
height: auto;
width /***/:auto;
border-style:none;
}


ul,dl,ol{
	text-indent:0;
}
li{
	list-style:none;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}

sup{
	vertical-align:text-top;
}
sub{
	vertical-align:text-bottom;
}

input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
* html input,* html textarea,* html select{
	font-size:100%;
}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select{
	font-size:100%;
}

table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
}
th,td{
	text-align:left;
	vertical-align:top;
}
caption{
	text-align:left;
}

input,select,textarea{
	font-size:100%;
	font-family:Verdana, Geneva, sans-serif;
}



.font_brown{
	color:#32190B;
}
.font_pink{
	color:#FF5F6E;
}

.ma_T10{
	margin-top:10px;
}
.ma_T15{
	margin-top:15px;
}
.ma_T20{
	margin-top:20px;
}
.ma_T25{
	margin-top:25px;
}
.ma_T30{
	margin-top:30px;
}
.ma_T40{
	margin-top:40px;
}
.ma_T50{
	margin-top:50px;
}
.ma_T60{
	margin-top:60px;
}
.ma_B0{
	margin-bottom:0px;
}
.ma_B10{
	margin-bottom:10px;
}
.ma_B15{
	margin-bottom:15px;
}
.ma_B20{
	margin-bottom:20px;
}
.ma_B30{
	margin-bottom:30px;
}
.ma_B50{
	margin-bottom:50px;
}
.ma_L10{
	margin-left:10px;
}
.text_C{
	text-align:center;
}
.link_blue a{
	text-decoration:none;
	color:#29ABE2;
}
.link_blue a:visited {
	text-decoration: none;
	color: #29ABE2;
}
.link_blue a:hover{
	text-decoration:underline;
	color:#29ABE2;
}

.anchor:hover{
	text-decoration:none;
}

/* default
------------------------------------------*/
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%; /* Win IE */
	line-height: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
/*floatキャンセル*/
.clearfix:after{/*新しいブラウザ用*/
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/*IE用*/
.clearfix{ display:inline-table;clear:both; }
/*Mac-IE用\*/
* html .clearfix{ height:1%;clear:both; }
.clearfix{ display:block;clear:both; }
/* CSS Document */

/* ドロワー*/

.btn {
    background:transparent url(../img/common/btn.png) no-repeat 0 0;
    display: block;
    width:60px;
    height: 60px;
    position: fixed;
    top:20px;
    right:40px;
    cursor: pointer;
    z-index:9999;
}
.peke {
    background-position: -60px 0;
}
.drawr {
    display: none;
    background-color:#292929;
    position: fixed;
    top: 0px;
    right:0;
    width:400px;
    padding:60px 0 0px 0px;
	height:auto;
	    z-index: 9998;
		overflow:scroll;
		overflow-x:hidden;
}

#menu li {
    width:260px;
}
#menu li a {
    color:#fff;
    display: block;
    padding: 15px;
}

ul.g-list{
	width: 100%;
}


ul.g-list li{
	width: 47%;
	float: left;
	margin-right: 6%;
	letter-spacing: 0em;
	margin-bottom: 30px;
}
ul.g-list li img{
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

ul.g-list li:nth-child(even){
	margin-right: 0;
}

ul.g-list li span{
	color:#C1272D;
	font-weight: bold;
	display: block;
}


.okunoin{
	background-image: url(../img/common/bg_content_kj.jpg);
	padding:20px;
	margin-top:10px;
	font-size:80%;
	line-height:1.5em;
	margin-right: -10px;
}
.okunoin h2 a{
	margin-top: 0;
	font-size: 150%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: normal;
	color: #000;
}
div#rss ul{
	margin-right: 0;
	margin-bottom: 20px;
}

div#rss ul li{
letter-spacing: normal;
display: block;
padding-bottom: 10px;
padding-top: 10px;
border-bottom: 1px solid #484848;
font-size: 120%;
}


@media (max-width : 800px ){

.drawr {
    display: none;
    background-color:#292929;
    position: fixed;
    top: 0px;
    right:0;
    width:100%;
    padding:60px 0 0px 0px;
	height:auto;
	    z-index: 9998;
		overflow:scroll;
		overflow-x:hidden;
}
.btn {
    background:transparent url(../img/common/btn.png) no-repeat 0 0;
    display: block;
    width:60px;
    height: 60px;
    position: fixed;
    top:10px;
    right:10px;
    cursor: pointer;
    z-index:9999;
	-webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);  }
.peke {
    background-position: -60px 0;
}
.okunoin{
	margin-right: 0px;
}

ul.g-list li{
	width: 100%;
	font: none;
	margin-right: 0;
}

}
