@charset "UTF-8";
/*###############################################
リセット
###############################################*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="submit"] {
	cursor:pointer;
	border:1px solid #ccc;
}
/*###############################################
common
###############################################*/
a {color: #000;text-decoration:underline;}
a:hover{color:#463b8d;}
.clear {clear:both;}
.fl{float:left;}
.fr{float:right;}
img.fl{margin-right:15px;margin-bottom:15px;}
img.fr{margin-left:15px;margin-bottom:15px;}
.mgt5 {margin-top:5px;}
.mgt10{margin-top:10px;}
.mgt15{margin-top:15px;}
.mgt20{margin-top:20px;}
.mgt30{margin-top:30px;}
.mgt40{margin-top:40px;}
.mgt50{margin-top:50px;}
.mgt60{margin-top:60px;}
.mgb10{margin-bottom:10px;}
.mgb20{margin-bottom:20px;}
.mgb30{margin-bottom:30px;}
.pdb10{padding-bottom:10px;}
.pdb20{padding-bottom:20px;}
.pdb30{padding-bottom:30px;}
p,li,td,th,h1,h2,h3,h4,h5,h6 {line-height:1.8;}
p strong {font-weight:bold;}
label{cursor:pointer;}
td,th {text-align:left;vertical-align:top;}
.tx_r{text-align:right;}
.tx_center{text-align:center;}
.clearfix::after {
	content:'';
	display:block;
	clear:both;
}
.pc_block {display:block;}
/*###############################################
structure
###############################################*/
body {
	color:#4d4d4d;
	font-size:14px;
	line-height:1.0;
	text-align:left;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ","Montserrat",Meiryo,sans-serif;
	background-color:#fff;
}
#container {
	width:100%;
	padding-top:54px;
	margin:0 auto;
}
#pagehead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 54px;
	background: #13b874;
	z-index: 100;
	transition: all 0.5s;
	box-shadow:0 1px 5px #777777;
	background:linear-gradient(#13b25f, #01ac52) repeat scroll 0 0;
}
#main {
	width:100%;
	max-width:980px;
	margin:0 auto;
}
/*###############################################
design
###############################################*/

b {
	font-weight:bold;
	border:1px solid #999;
	padding:3px;
	display:inline-block;
	line-height:1.1;
	background-color:#fff;
	font-size:9px;
	vertical-align:top;
}
font {
	color:#333 !important;
}

p {
	font-size:22px !important;
	padding:5px 15px;
}
p font {
	font-size:22px !important;
}
body > p:nth-child(2n) {
	background-color:#f5f5f5;
}







