@charset "utf-8";

/****************************************
		　General Setting 
*****************************************/

body {
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	background:#f8f8f8;
	line-height:20px;
}

a {
	color: #09c;
	text-decoration: underline;
}

a:hover {
	color: #8bc;
}

.clear {
	clear: both;
	line-height: 0
}


/****************************************
		　Basic Layout 
*****************************************/

#wrapper {
	width: 980px;
	margin: 0 auto;
}
#contents {
	border: 1px #ddd solid;
	margin:40px 0;
	padding:50px;
	background:#FFF;
}
#main {
	width:840px;
	margin:0 auto;
}



h2.title {
	color:#FFF;
	text-align:center;
	font-size:24px;
	line-height:36px;
	margin-bottom:20px;
	padding:10px;
	background:#006;
}

h4 {
	font-size:20px;
	line-height:30px;
	margin-bottom:20px;
}

/* 見出し */
h3.midashi, h3.midashi_first {
	font-size:20px;
	padding:6px 12px;
	width:100%;
	border-left:5px solid #3986e5;
}

h3.midashi_first {
	margin:10px auto 15px;
}

h3.midashi {
	margin:40px auto 15px;
}



/* ねんりんピックで使ってる↓ */
h3.midashi02 {
	font-size:18px;
	width:100%;
	padding:6px 12px;
	margin:40px auto 15px;
	border-left:3px solid #ccc;
	background:#f5f5f5;
}




/* リスト */
ul.notice {
	background:#f8f8f8;
	border:1px solid #ddd;
	margin-bottom:40px;
	padding:20px;
}

ul.notice li {
	list-style:disc;
	line-height:26px;
	margin-bottom:20px;
	margin-left:1em;
}

ul.notice li:last-child {
	margin-bottom:0;
}

/* 順序付きリスト */

ul.list_parentheses li {
	line-height:26px;
	margin-bottom:20px;
	margin-left:1em;
}

ul.list_parentheses li:last-child {
	margin-bottom:0;
}

ul.list_parentheses{
 margin-left:-1em;
 counter-reset:item;
 list-style:none;
}
ul.list_parentheses li:before{
 content:"(" counters(item, "-") ")";
 counter-increment:item;
 margin-right:0.5em;
}
ul.list_parentheses li{
 padding-left:2em;
 text-indent:-2em;
}








/****************************************
		　Footer
*****************************************/

p.close {
	text-align:center;
}

p.close a {
	font-size:14px;
	text-decoration:none;
	color:#333;
	cursor: pointer;
	border:1px solid #ccc;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	background:#dedede;
	padding:5px 20px 5px 16px;
}

p.close a:hover {
	border:1px solid #ccc;
	background:#efefef;
	transition: all 0.3s;
}


p.copy {
	font-size:10px;
	text-align:center;
	padding:40px 0 20px;
	color: #777
}