@charset "utf-8";

/*-------------------------------------------------------------- */
html, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, big, em, font, small, dl, dt, dd, ol, ul, li, form, table, tr, th, td {
	border: 0;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin:0;
	vertical-align: baseline;
}
a{
	color: #660066;
	font-size: 16px;
	font-weight: bold;
}
a:hover{
	color: #cc33cc;
}
a:hover img{   
 filter: alpha(opacity=80);
-ms-filter: alpha(opacity=80);
 opacity: 0.8;
 
}
input[type=text] {
    width: 100%;
	font-size:16px;
    vertical-align: middle;
}
textarea {width:99%; margin:0 auto;}
.ci {clear:both;}
.bd {font-weight:bold;}
.br { color:#00F;}
.lh {line-height:3em;}
.f20 {font-size:20px;}
.le {text-align:left;}
/* -------------------------------------------------------------- */

body{
	margin: 0;
	padding: 0;
	color: #202421;
	font: 14px "ＭＳ Ｐゴシック","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","MS PGothic",Sans-Serif;
	-webkit-text-size-adjust: none;
	background: #EAF9FF;
}
h1 {
	margin: 0;
	padding:8px 0;
	text-align:center;
	color: #FFFFFF;
	font-size: 14px;
	background-color:#06F;

}
h3{
	padding: 8px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 3px solid #00F;/* //-- */
	background-color: #53A9FF;
	color: #fff;/* //-- */
}
/*************
/* ヘッダー
*************/
#header{
padding:8px 0;
	width:100%;
   overflow:hidden;
}


#header h1{
	font-size: 16px;
	padding:10px 0;
	color:#FFF;
	text-align:center;
	font-weight: normal;
	background-color: #06F;/* //-- */
}
#header .logo{
	width:40%;
	margin-left:10%;
	padding-left:4%;
	float:left;
	overflow:hidden;
}
#header .logo img{
	width:60%;
	margin:5px auto;
}

#header .btn{
	width:35%;
	margin-right:10%;
	text-align:center;
    float: left;
padding:20px 0 0 0;
}
/*************
メイン コンテンツ
*************/
#mein{
	padding: 10px 0px;
	width: 100%;
}
.p_content{
	width:50%;
	margin:0 auto;
	overflow: hidden;
	font-size: 18px;
	background-color: #FFF;/* //-- */
}
.p_content img{
	width:50%;

}
.p_box {
	width:40%;
	margin:0 auto;
	text-align:center;
}
#content{
	width:70%;
	text-align:center;
	margin:0 auto;
	overflow: hidden;
	font-size: 14px;
	background-color: #FFF;/* //-- */
}
#content p{
	margin-bottom: 5px;
	font-size: 14px;
	color: #333333;/* //-- */
}
.wrap{
	margin: 0 auto;
	padding: 0;
	width:90%;/* //-- */

}
.meingrid {
	width:100%;
	border:#333 solid 2px;
}
.infbox1 {
	width:33%;
	float:left;
}
.infbox2 {
	width:100%;
	float:left;
}
.infbox2-1 {
	width:30%;
	text-align: center;
	float:left;
}
.infbox2-2 {
	width:65%;
	padding-right:5px;
	float:left;
	
}
.infbox3 {
	width:100%;
	padding-top:20px;
	font-size:18px;
	font-weight:bold;
	box-sizing:border-box;
}
.inner{
margin:0 auto;
width:60%;

}

/*--------- img-------------*/

.imggrid{
	width:100%;/* //-- */
	margin:0 auto;
}

.lin{
	width: 100%;
	margin:5px auto 10px;
	border-bottom: 1px solid #CCC;/* //-- */
}
/*************
テーブル
*************/
/*------------------------*/
.table-menu {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
}
.td-box1 {
	background-image: url(img/box1.gif);
	height: 65px;
	width: 500px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.td-box2 {
	background-image: url(img/box2.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 500px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	vertical-align: top;
}
.td-box3 {
	background-image: url(img/box3.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 19px;
	width: 500px;
}
.td-border {
	border: 1px dotted #CCCCCC;
}
.td-image {
	text-align: center;
	vertical-align: top;
	width: 80px;
	height: 30px;
}
.td-title {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.td-title input[type="submit"]{
    padding:8px 12px;
	border-radius: 8px;
    background-color:#dff7d7;
}
.td-comment {
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
	vertical-align: top;
}
.table-system {
	width: 95%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 7px;
}
/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){
.inner{
margin:0 auto;
width:90%;
}
#header .logo{
	width:80%;
	float: none;
	overflow:hidden;
}

.p_content{
	width:90%;
}
.p_box {
	width:80%;
}
.p_content img{
	width:80%;

}

}