@charset "utf-8";

.clearfix:after { content: ""; display: block; clear: both; }

html {
overflow-y:scroll;
}

/* bodyタグ */
body { -webkit-text-size-adjust:100%; width:100%; position:relative; 
       margin:0; padding:0; background:#fff;
       font-family:"Century Gothic",Arial,sans-serif;
       color:#333; }
a img { border:none; verticle-align:top; }
a, a:visited { outline:none; }
a:hover { }
p { margin:0 0 1.5em 0; padding:0; line-height:160%; }



/* 各見出し */
h1,h2,h3,h4,h5,h6 {margin:7px 0;}

h1,h2 {
font-size:16px;
color:#666;
margin:0;
padding:0;
}



/* 画像 */
img {
border: 0;
height: auto;
max-width: 100%;
width: auto;
width /***/:auto; /* IE8のみ */
}

/* 引用 */
blockquote {
margin:10px ;
padding:5px;
border-color:#808080;
background-color:#EAEAEA;
}

/* 水平線 */
hr {
	border: 1px solid #ff169b;
	clear: both;
}


/* メインページ リスト */
#Page ul {
margin:5px 10px 5px 0;
padding:5px 0 5px 30px;
}

/* メインページ 番号付リスト */
#Page ol {
margin:5px 10px 5px 0;
padding:5px 0 5px 30px;
}


/* アンカー文字色 */
a:link { color: #0000ff; }
a:visited { color: #000080; }
a:hover { color: #ff0000; }
a:active { color: #ff8000; }

/* コピーライト部分 */
address {
font-style: normal;
text-align: center;
}

/* テーブル 表 */
table{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 10px 0;
}

th {
text-align:center;
padding:5px;
}

td {
	padding: 5px;
	vertical-align: top;
}







/* メインページ 画像 */
#Page img {
margin:0px 0px;
text-align: center;
}



/* メインページ アンカー */
#Page a:link { color: #06C; text-decoration: none; }
#Page a:visited { color: #06C; text-decoration: none; }
#Page a:hover { color: #09F; text-decoration: none; }
#Page a:active { color: #09F; text-decoration: none; }






/* フッター 段落 */
#Footer p {
color: #333333;
margin:0px;
padding: 10px;
text-align:left;
}


/* フッター アンカー文字色 */

#Footer a:link { color: #FFF; text-decoration: none; border-bottom: 1px dotted #FFF;}
#Footer a:visited { color: #FFF; text-decoration: none; border-bottom: 1px dotted #FFF;}
#Footer a:hover { color: #FF0; text-decoration: none; border-bottom: 1px dotted #FF0;}
#Footer a:active { color: #; }

/* フッター アンカー */
#Footer a {
text-decoration: underline;
}

/* フッター アンカー ロールオーバ */
#Footer a:hover {
/*text-decoration: underline;*/
}




/* メイン部分 */
#Main {
	padding: 0;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}





/* ページ部分 */
#Page {
	text-align: left;
	padding: 0px;
	margin: 0px;
}



/* ページのレイアウト部分 */
#Container {
	padding: 0;
	margin: 0px;
}



/* フッター部分 */
#Footer {
	clear: both;
	min-height: 50px;
	background-color: #495d58;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
#Footer p {
	color: #FFF;
}
.footer-pa1{
	
}
.footer-pa2{
	
}
#Footer ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#Footer li{
	color: #FFF;
	font-size: 12px;
	list-style-type: none;
	text-indent: 20px;
	line-height: 30px;
	margin-top: 5px;
	display: inline;
	padding-left: 20px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
#Footer .tel{
	color: #FFF;
	font-size: 12px;
	background-image: url(images/icon_116842_16.png);
	background-repeat: no-repeat;
}
#Footer .handy{
	color: #FFF;
	font-size: 12px;
	background-image: url(images/icon_144862_16.png);
	background-repeat: no-repeat;
	margin-left: 3px;
}
#Footer .mail{
	color: #FFF;
	font-size: 12px;
	background-image: url(images/icon_125422_16.png);
	background-repeat: no-repeat;
	margin-left: 3px;
}
#Footer .link{
	color: #FFF;
	font-size: 12px;
	background-image: url(images/icon_122692_16.png);
	background-repeat: no-repeat;
	margin-right: 3px;
}


.text {
	margin-left: 18px;
	margin-right: 18px;
	background-color: #FFF;
	margin-bottom: 0px;
}

.pa {
	
}

.box-ore {
	border: 3px solid #FFAE0B;
}
.box-green {
	border: 2px solid #009300;
}
.box-yellow {
	background-color: #FFFFCC;
}
.box-red {
	border: 3px solid #F00;
}
.box-ten {
	border: 2px dotted #000000;
}

.box-blue1 {
	border: 3px solid #0f81bd;
	background-color: #FFFFFF;
}

.box-blue2 {
background-color:#afe3f8;
}

.box-purple {
	border: 3px solid #cc00cc;
}
.box-purple2 {
	background-color:#e5cdfb;
}




/*___________ 画像のテキスト回り込み ___________ */ 
.fbox {
    zoom: 100%;
}
.fbox:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


/*___________ floatの解除 ___________ */ 
.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}



/*___________ ボックス ___________ */ 

.pa-text {
}

.waku1 {
}

.waku1-pa {
	
}


.pro {
	padding: 25px;
	border: 2px solid #3C0;
	text-align: center;

}


.pro-text {
	text-align: left;
	}
	
.koe {
	margin-top: 20px;
	
	}
.koe2 {
	padding: 10px;
	border: 2px solid #3C0;
	margin-top: 10px;
	}
.koe2-pad {
	
	}

/*___________ 見出し ___________ */ 	
.midasi1 {
	border: 1px solid #495d58;
	border-radius: 8px;
	font-weight: bold;
	color: #495d58;
	padding-top: 0.3em;
	padding-right: 0.55em;
	padding-bottom: 0.3em;
	padding-left: 0.55em;
	margin-top: 10px;
}
