﻿p.link	{text-align: right;
	font-size: 13px;
	margin: 50px 20px 0;
	padding: 0;}


/* 生年月日ごと参考例 */


section#example a	{text-decoration: none;}

section#example p	{line-height: 1.0;
	text-align: right;
	font-size: 11px;}

section#example p#top	{font-size: 15px;}

div#main	{background-repeat: no-repeat;}
	


/* ===== PC用の設定 =====*/

@media only screen and (min-width: 500px){


/* 背景画像 */

div#main	{		background-repeat: no-repeat;
	background-position: 550px 45px, 500px 45px;
	background-size: 35px 35px, 35px 35px;}




/* コンテンツ */

p	{font-size: 14px;
	line-height: 1.6;
	margin-top: 25px;
	text-align: center;
	clear: both;
	background: none}



article		{border: solid 1px #aaaaaa;
	margin: 0 0 10px;
	padding: 30px 18px 60px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	background-color: rgba(255,255,255,0.5)}

article header h1	{background: none;
	font-size: 33px;
	color: #444444;
	line-height: 50px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
	margin: 0;
	font-weight: 500;}

article header h1 span	{font-size: 25px;
	font-weight: 500;}

article header h2	{background: none;
	font-size: 30px;
	color: #444444;
	padding-top: 30px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin: 0;
	font-weight: 500}

article header h3	{background: none;
	font-size: 14px;
	color: #444444;
	padding-left: 16px;
	margin: 0 0 20px;
	font-weight: 500}



article section		{background: none;
	padding: 10px 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden}

article section	h1	{float: left;
	background: none;
	font-size: 18px;
	color: #555555;
	font-weight: 550;
	padding-left: 0;
	margin-top: 10px}

article section h2	{background: none;
	font-size: 16px;
	color: #555555;
	padding-left: 8px;
	margin-top: 10px;
	font-weight: 500;
	float: left}



article p	{font-size: 14px;
	line-height: 1.6;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
	clear: both;
	background: none}




article section#top	{padding: 10px 0;
	margin-bottom: 20px;}

article section#top h3	{font-size: 12px;
	color: #666666;
	font-weight: 500;
	padding: 20px 20px 20px;
	margin-top: 20px;}

article section#top p	{padding: 0 30px;}

article section#top.theme p	{font-size: 14.5px;
	line-height: 1.8;}

article section#top img	{width: 100%;
	margin: 10px 0 60px;
	padding: 0;}


article section#top h4	{font-size: 12px;
	color: #666666;
	font-weight: 500;
	padding: 20px 20px 8px;
	margin-top: 40px;}

article section#top section	{padding: 10px 10px;}

article section#top img.n	{margin: 30px 0;}







article nav	{margin-top: 110px;
	margin-bottom: 80px;
	margin-right: auto; 
	margin-left: auto;}

article nav ul	{background: none;
	margin-bottom: 0;
	width: 500px;
	margin-right: auto; 
	margin-left: auto;}

article nav ul li	{clear: both;
	font-size: 13.3px;
	width: 500px;
	margin-right: auto; 
	margin-left: auto;
	margin-bottom: 23px;
	margin-top: 0;
	padding-left: 0;
	height: 25px;
        background-color: #666666;
	border-radius:	3px}

article nav ul li a	{display: block;
	width: 500px;
	line-height: 25px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #666666;
	border: solid 1.5px #dddddd;
	border-radius:	3px}

article nav ul li a:hover	{background-color: #4682b4}



article#list	{padding: 25px 35px 25px 18px;}

article#list h5	{font-weight: normal;
	text-align: right;
	font-size: 13px;
	color: #777777;}

article#list ul	{margin: 50px 10px 40px;}

article#list li	{list-style-type: none;
	font-size: 14px;
	padding: 10px 0;}



p#request	{display: none;}






span.name	{font-size: 12px}

span.back	{float: left;
	font-size: 13px;
	padding-top:10px;
	padding-bottom:20px}

span.back a	{color: #666666}

span.next	{float: right;
	font-size: 13px;
	padding-top:10px;
	padding-bottom:20px}

span.next a	{color: #666666}
	






/* 広告 */

div#ads3 	{margin: 30px 10px;}


}







/* ===== スマートフォン用の設定 =====*/

@media only screen and (max-width: 820px){


/* 背景画像 */

div#main	{background-repeat: no-repeat;
	background-position: 92% 40px,83% 40px;
	background-size: 6%,6%;}




/* コンテンツ */

p	{font-size: 15px;
	line-height: 1.6;
	margin-top: 25px;
	margin-bottom: 30px;
	text-align: center;
	clear: both;
	background: none}



article		{border: solid 1px #aaaaaa;
	margin: 0 0 10px;
	padding: 2% 2% 40px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	box-shadow: 0px 2px 3px #cccccc, 0px 0px 4px 3px #ffffff inset;
	background-color: rgba(255,255,255,0.5)}

article header h1	{background: none;
	font-size: 29px;
	color: #444444;
	line-height: 50px;
	padding-top: 20px;
	padding-left: 3%;
	padding-bottom: 40px;
	margin: 0;
	font-weight: 500;}

article header h1 span	{font-size: 18px;
	font-weight: 500;}

article header h2	{background: none;
	font-size: 23px;
	color: #444444;
	padding-top: 20px;
	padding-left: 3%;
	padding-bottom: 0;
	margin: 0;
	font-weight: 500}

article header h3	{background: none;
	font-size: 10px;
	color: #444444;
	padding-left: 3%;
	padding-bottom: 20px;
	margin: 0;
	font-weight: 500}




article section		{background: none;
	padding: 10px 0;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden}

article section	h1	{float: left;
	background: none;
	font-size: 18px;
	color: #555555;
	font-weight: 550;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;}

article section h2	{background: none;
	font-size: 14px;
	color: #555555;
	padding-left: 8px;
	padding-top: 2px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	float: left}


article p	{font-size: 14px;
	line-height: 1.6;
	margin: 0 0 35px;
	padding-top: 20px;
	text-align: left;
	clear: both;
	background: none}



article section#top	{padding: 10px 0 30px;}

article section#top h3	{font-size: 12px;
	color: #666666;
	font-weight: 500;
	padding: 20px 2% 15px;}

article section#top p	{padding: 5px 0;
	margin: 0 4% 0;}

article section#top.theme p	{font-size: 14.5px;
	line-height: 1.8;}

article section#top img	{width: 100%;
	margin: 10px 0 50px;
	padding: 0;}

article section#top h4	{font-size: 12px;
	color: #666666;
	font-weight: 500;
	padding: 20px 2% 5px;}

article section#top section p	{margin: 0 3%;}

article section#top img.n	{margin: 30px 0 20px;}





article nav	{margin-top: 80px;
	margin-bottom: 70px;
	margin-right: auto; 
	margin-left: auto;}

article nav ul	{background: none;
	margin-bottom: 0;
	width: 90%;
	margin-right: auto; 
	margin-left: auto;}

article nav ul li	{clear: both;
	font-size: 13.3px;
	width: 100%;
	margin-right: auto; 
	margin-left: auto;
	margin-bottom: 23px;
	margin-top: 0;
	padding-left: 0;
	height: 25px;
        background-color: #666666;
	border-radius:	3px}

article nav ul li a	{display: block;
	width: 100%;
	line-height: 25px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #666666;
	border: solid 1.5px #dddddd;
	border-radius:	3px}

article nav ul li a:hover	{background-color: #4682b4}



article#list	{padding: 2%;}

article#list h5	{font-weight: normal;
	text-align: right;
	font-size: 10px;
	color: #777777;
	padding-right: 2%;}

article#list ul	{margin: 30px 0;
	padding: 0 25px;}

article#list li	{list-style-type: none;
	font-size: 14px;
	padding: 17px 0;}




p#request	{display: none;}




span.name	{font-size: 12px}

span.back	{font-size: 11px;
	margin-top:0;
	margin-bottom:15px;
	float: left;}

span.back a	{color: #666666;}

span.next	{font-size: 11px;
	margin-top:0;
	margin-bottom:40px;
	float: right;}

span.next a	{color: #666666;}
	


p.back	{font-size: 13px;
	padding-right: 100px;
	margin-bottom: 5px;}

p.back a	{color: #666666;}

p.next	{font-size: 13px;
	padding-left: 100px;
	margin-top: 5px;}

p.next a	{color: #666666;}
	






/* 広告 */

div#ads3 	{margin: 10px 0 55px;}

}