@charset "utf-8";


/*PC?タブレット?スマホ慌宥O協
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*畠悶のO協
---------------------------------------------------------------------------*/
html,body {min-height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	color: #666;	/*畠悶の猟忖弼*/
	font-family: "ヒラギノ叔ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォントN*/
	font-size: 14px;	/*猟忖サイズ*/
	line-height: 2;		/*佩g*/
	-webkit-text-size-adjust: none;
	background: #25b1d9;	/*嘘尚弼┨鼎ぅ屮薀Ε錦達*/
	background: linear-gradient(#25b1d9 150px, #fff 150px);	/*トップペ`ジ參翌の嘘尚O協。鮫中の貧から150pxまでが#25b1d9で、そこからすぐ#fffの易弼に俳り紋える坪否。*/
}
body#top {
	background: linear-gradient(#25b1d9 450px, #fff 450px);	/*トップペ`ジの嘘尚O協。鮫中の貧から450pxまでが#25b1d9で、そこからすぐ#fffの易弼に俳り紋える坪否。*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク畠違O協
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの弼*/
}
a:hover {
	color: #25b1d9;	/*マウスオンrの猟忖弼*/
}

/*コンテナ`┘曰`ムペ`ジを譴獎桟翌箸離屮蹈奪
---------------------------------------------------------------------------*/
#container {
	width: 80%;			/*ブロックの嫌を鮫中の80%にするO協。*/
	max-width: 1000px;	/*貧のwidth峺協の弖紗O協。嫌1000pxを恷寄嫌にO協し、それ參貧ﾚげない。*/
	margin: 0 auto;		/*HP鮫中の恣嘔嶄刹に燕幣させるO協*/
}

/*ヘッダ`┘蹈瓦秘った恷貧粁のブロック
---------------------------------------------------------------------------*/
/*headerブロック*/
header {
	text-align: center;		/*headerの嶄附をセンタリングさせるO協*/
	height: 150px;			/*headerの互さ*/
	background: #25b1d9;	/*headerの嘘尚弼*/
}
/*ロゴ鮫駸O協*/
#logo  img {
	width: 1000px;			/*鮫餬*/
	margin-top: 30px;		/*鮫颪良呂某佞韻襯好擧`ス*/
	margin-bottom: 10px;	/*鮫颪力造某佞韻襯好擧`ス*/
}

/*メニュ`
---------------------------------------------------------------------------*/
/*メニュ`畠悶を譴爛屮蹈奪*/
#menubar {
	text-align: center;	/*猟忖をセンタリング*/
}
/*メニュ`１あたりのO協*/
#menubar li {
	display: inline;	/*罪KびにするO協*/
}
#menubar li a {
	text-decoration: none;
	padding: 15px 30px;	/*光メニュ`坪の噫易。貧和に15px、恣嘔に30pxあけるという吭龍。*/
	color: #fff;	/*猟忖弼*/
}
/*マウスオンrのO協*/
#menubar li a:hover {
	background: url(/~daisuke/images/icon_arrow1.png) no-repeat center top;	/*文咫アイコンを竃すO協。文咫が音勣ならここは来ごと茅する。*/
}

/*コンテンツ竃しバ`や猟忖などが秘っているブロック
---------------------------------------------------------------------------*/
#contents {
	background: #fff;	/*嘘尚弼*/
	padding: 3%;		/*ボックス坪の噫易*/
}
/*コンテンツのh2タグのO協*/
#contents h2 {
	clear: both;
	margin-bottom: 15px;
	color: #fff;		/*猟忖弼*/
	padding: 5px 20px;	/*貧和、恣嘔への噫易*/
	background: #25b1d9;	/*嘘尚弼*/
}
/*コンテンツのh3タグのO協*/
#contents h3 {
	clear: both;
	margin-bottom: 15px;
	padding: 3px 20px;	/*貧和、恣嘔への噫易*/
	border: 1px solid #ccc;	/*の嫌、N、弼*/
}
/*コンテンツのp(粁鯛)タグO協*/
#contents p {
	padding: 0px 20px 14px;	/*貧、恣嘔、和への噫易*/
}
#contents h2 + p,
#contents h3 + p {
	margin-top: -5px;
}

/*SERVICEペ`ジ
---------------------------------------------------------------------------*/
/*光ブロックごとのO協*/
.list {
	overflow: hidden;
	border-bottom: 1px solid #ccc;	/*和の嫌、N、弼*/
	padding: 20px;	/*ボックス坪の噫易*/
}
/*h4竃しのO協*/
.list h4 {
	color: #25b1d9;	/*猟忖弼*/
	font-size: 16px;	/*猟忖サイズ。富し寄きくしています。*/
}
/*鮫颪淋O協*/
.list img {
	width: 20%;		/*鮫餬*/
	float: left;	/*鮫颪鰈鵑忙悗袰zみ*/
	margin-right: 3%	/*鮫颪林箸某佞韻襯好擧`ス*/
}
.list p {
	padding: 0 !important;
}

/*フッタ`(ペ`ジ恷和何のcopyrightのパ`ツ)O協
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;	/*猟忖をセンタリング*/
	padding: 20px 0px;	/*恣から、貧和、恣嘔への噫易*/
}
footer a {
	text-decoration: none;
	border: none;
}
footer .pr {
	display: block;
}

/*トップペ`ジ坪仝厚仟秤?お岑らせ々ブロック
---------------------------------------------------------------------------*/
/*ブロック畠悶のO協*/
#new dl {
	padding-left: 20px;
	margin-bottom: 15px;
}
/*晩原O協*/
#new dt {
	font-weight: bold;	/*湊忖にするO協。覆いいならこの佩茅。*/
	float: left;
	width: 8em;
}
/*並O協*/
#new dd {
	padding-left: 8em;
}

/*テ`ブル
---------------------------------------------------------------------------*/
/*tテ`ブルブロックO協*/
.ta1 {
	width: 100%;
	margin-bottom: 15px;
}
.ta1, .ta1 td, .ta1 th {
	border: 2px solid #000;	/*テ`ブルのの嫌、N、弼*/
	padding: 10px;			/*テ`ブル坪の噫易*/
	word-break: break-all;
}
/*テ`ブル１佩朕に秘った竃し何蛍*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*恣よせ*/
	background: #000;	/*嘘尚弼*/
	color: #fff;	/*猟忖弼*/
}
/*テ`ブルの恣肇椒奪ス*/
.ta1 th {
	width: 30%;	/*嫌*/
	text-align: center;	/*センタリング*/
}

/*その麿
---------------------------------------------------------------------------*/
.look {background: #e5e5e5;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.color1 {color: #25b1d9;}
.pr {font-size: 10px;}



/*鮫中嫌480px參和のO協
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*コンテナ`┘曰`ムペ`ジを譴獎桟翌箸離屮蹈奪
---------------------------------------------------------------------------*/
#container {
	width: 100%;	/*ブロックの嫌を鮫中の100%にするO協。*/
}

/*メニュ`
---------------------------------------------------------------------------*/
#menubar li a {
	padding: 15px 10px;	/*光メニュ`坪の噫易。貧和に15px、恣嘔に10pxあけるという吭龍。*/
}

/*トップペ`ジ坪仝厚仟秤?お岑らせ々ブロック
---------------------------------------------------------------------------*/
#new h2.open {
	background: #25b1d9 url(../images/btn_minus.png) no-repeat right center/34px 34px;
}
#new h2.close {
	background: #25b1d9 url(../images/btn_plus.png) no-repeat right center/34px 34px;
}

/*テ`ブル
---------------------------------------------------------------------------*/
/*tテ`ブルブロックO協*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;			/*テ`ブル坪の噫易*/
}

}
