@charset "utf-8";

/* HTML5 Reset
------------------------------------------------------------- */
section, nav, article, aside, hgroup,
header, footer, figure, figcaption, details {
	display: block;
}

video, audio, canvas {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin: 0;
}

p, blockquote, dl, dd, figure {
	margin: 0;
}

hr {
	color: inherit;
	height: auto;
	-moz-box-sizing: content-box;
	 box-sizing: content-box;
}

pre {
	font-family: monospace, sans-serif;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin: 0;
}

ol, ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

strong, b {
	font-weight: bold;
}

small {
	font-size: 0.83em;
}

q {
	quotes: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

code, samp, kbd {
	font-family: monospace, sans-serif;
}

mark {
	color: black;
	background-color: yellow;
}

sub, sup {
	font-size: 0.83em;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

br {
	letter-spacing: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	padding: 0;
	text-align: left;
}

th, td {
	text-align: left;
	vertical-align: baseline;
	padding: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

legend {
	border: 0;
	*margin-left: -7px;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: 1em;
	color: inherit;
	margin: 0;
}

input, button {
	line-height: normal;
	vertical-align: inherit;
	*vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]:focus {
	outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

select {
	background-color: inherit;
	line-height: normal;
}

textarea {
	vertical-align: top;
	overflow: auto;
	*font-family: sans-serif;
}



/* Font Size Adjustment
------------------------------------------------------------- */
/*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}

/*
10px	77%
11px	85%
12px	93%
13px	100%
14px	108%
15px	116%
16px	123.1%
17px	131%
18px	138.5%
19px	146.5%
20px	153.9%
21px	161.6%
22px	167%
23px	174%
24px	182%
25px	189%
26px	197%
27px	207.7%
28px	215.4%
29px	223.1%
30px	230.8%
*/



/* Global Layout
------------------------------------------------------------- */
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
	color: #262626;
	background:url(../img/bg_body.jpg) #fff;
}

a {
	color: #262626;
}

a:link, a:visited {
	color: #262626;
}

a:focus, a:active {
	color: #262626;
}

a:focus, a:hover{
	text-decoration:none;
	color:#888;
}

a img:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.clearfix,
#wrapper,
#content,
footer{
	zoom: 1;
}

.clearfix:after,
#wrapper:after,
#content:after,
footer:after{
	content: "";
	display: block;
	clear: both;
}

#wrapper{
	position:relative;
	width:1100px;
	margin:0 auto;
	text-align:center;
	background:url(../img/bg_wrapper.gif) repeat-y #fff;
}

header{
	position:relative;
	left:160px;
	width:730px;
	height:80px;
	text-align:left;
	background:url(../img/bg_header.png) no-repeat 2px 1px;
}

#logo{
	position:absolute;
	right:0;
	top:44px;
}

#hNav{
	position:absolute;
	right:0;
	top:0;
}

#hNav li{
	float:left;
	margin-left:1px;
}

#content{
	width:890px;
	float:left;
	text-align:left;
}

#main{
	width:730px;
	float:right;
}

#sub{
	width:160px;
	float:left;
	margin-top:-80px;
}

#subMagImg{
	margin-bottom:64px;
}

#sub h2{
	margin-bottom:9px;
}

#sNavMag{
	margin-bottom:30px;
}

#sNavMag li{
	margin-bottom:10px;
}

#sNavMag li:last-child{
	margin-top:-2px;
}

#sNavReader{
	margin-bottom:31px;
}

#sNavReader li{
	margin-bottom:10px;
}

#sNavBook{
	margin-bottom:15px;
}

#sNavBookImg{
	width:113px;
	border-bottom:1px solid #ccc;
	margin:0 0 20px 15px;
	padding:0 0 11px 14px;
}

#sNavBookImg li{
	margin-bottom:3px;
}

#sNavBookImg li img{
	border:1px solid #ccc;
}

#sNavBookImg li span{
	display:block;
	margin-top:3px;
	margin-left:58px;
}

#sNavBookImg li span img{
	border:0;
}

#sNavMailmag{
	margin:0 0 30px 15px;
}

#sNavSns{
	margin-bottom:85px;
}

#sNavSns li{
	margin-bottom:9px;
}

#sNavLink li{
	margin-bottom:8px;
}

#subR{
	width:210px;
	float:right;
	margin-top:-80px;
	text-align:left;
}

#subRYoutube{
	width:201px;
	margin:0 0 15px 9px;
}

#subRYoutube div{
	margin-bottom:3px;
}

#subRYoutube p{
	text-align:right;
	margin-right:2px;
	font-family: "FOT-筑紫ゴシック Pro", "TsukuGoPro-B";
	font-size:108%;
}

#sNavFollow{
	margin-bottom:15px;
}

#sNavFollow li{
	margin-bottom:3px;
}

#subR h3{
	font-size:116%;
	margin:0 0 20px 18px;
	padding-left:15px;
	background:url(../img/bg_dotred.gif) no-repeat 0 0.1em;
}

#subR p.subRTxt{
	margin-left:18px;
	line-height:1.4;
	margin-bottom:15px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS P ゴシック";
}

ul.subRList{
	margin:0 0 41px 18px;
}

ul.subRList li{
	line-height:1.4;
	margin-bottom:17px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS P ゴシック";
}

ul.subRList li span.date{
	font-weight:bold;
}

#subRSearch{
	width:136px;
	height:28px;
	margin:0 0 28px 61px;

}

#subRSearchBox{
	float:left;
	width:98px;
	height:28px;
	border:0;
	padding:0 3px;
	background:url(../img/bg_search.gif) no-repeat left top;
}

#subRSearchBtn{
	float:right;
	width:32px;
	height:28px;
	border:0;
	padding:0;
	background:url(../img/bg_search.gif) no-repeat right top;
}

footer{
	width:673px;
	margin:0 0 0 190px;
	padding:5px 0;
	clear:both;
	text-align:left;
	border-top:2px dotted #a5a5a5;
}

#fNav li{
	float:left;
	border-left:1px solid #848484;
	padding:0 4px;
	font-size:93%;
	line-height:1.4em;
}

#fNav li a{
	color:#262626
}

#fNav li:first-child{
	border-left:0;
}



/* Global Common Classes
------------------------------------------------------------- */
.aleft{
	text-align:left;
}

.acenter{
	text-align:center;
}

.aright{
	text-align:right;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.clear{
	clear:both;
}

#pageNav{
	font-size:131%;
	margin-bottom:50px;
	font-family: "FOT-筑紫明朝 Pro R", "TsukuMinPro-R";
}

#pageNav a{
	color:#545454;
	text-decoration:none;
}

#pageNav a:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.pagetop{
	text-align:right;
	height:15px;
}

#article>p.pagetop{
	margin-right:-23px;
}

.bullet1{
	background:url(../img/bg_ulbullet.png) no-repeat left 1.4em;
	padding-left:17px;
}

.bullet2{
	background:url(../img/bg_dotcircle.png) no-repeat 0 0.1em;
	padding-left:15px;
}

.hdStyle1{
	font-size:131%;
	background:url(../img/bg_dotred.png) no-repeat 0 0.3em;
	padding-left:15px;
	line-height:1.2em;
	margin-bottom:1em;
	font-family: "FOT-筑紫ゴシック Pro", "TsukuGoPro-B";
}

.hdStyle2{
	background-color:#fff;
	padding:5px 14px;
	font-family: "FOT-筑紫ゴシック Pro B", "TsukuGoPro-B";
	font-size:131%;
}

ul.listStyle1 li{
	font-size:116%;
	line-height:1.6em;
	background:url(../img/bg_dotsmall.png) no-repeat 0 0.6em;
	padding-left:8px;
}

ul.listStyle1 li span{
	font-size:80%;
}

ul.linkList1{
	margin-left:16px;
}

ul.linkList1 li{
	background:url(../img/bg_triblack.png) no-repeat 0 0.35em;
	padding-left:16px;
	font-size:116%;
	line-height:1.6em;
}

p.linkTxt1{
	background:url(../img/bg_triblack.png) no-repeat 0 0.35em;
	padding-left:16px;
	font-size:116%;
	line-height:1.6em;
	margin-left:16px;
}

div.noticeBox1{
	background:#ccc;
	border-radius:15px;
	padding:12px;
	margin-bottom:50px;
}

div.noticeBox1 .heading{
	margin-bottom:24px;
	font-size:116%;
	font-family: "FOT-筑紫ゴシック Pro", "TsukuGoPro-B";
}

div.noticeBox1 .lead{
	font-size:146.5%;
}

div.noticeBox1 dl{
	margin:0 0 0 80px;
}

div.noticeBox1 dl dt{
	font-size:116%;
	line-height:2.1em;
}

div.noticeBox1 dl dd{
	font-size:116%;
	line-height:2.1em;
	margin:-2.1em 0 0 6em;
}

div.noticeBox1 dl dd span.num{
	font-size:163%;
	font-family: "FOT-筑紫ゴシック Pro H", "TsukuGoPro-H";
}

div.noticeBox1 dl dd strong{
	font-size:126%;
	font-family: "FOT-筑紫ゴシック Pro", "TsukuGoPro-B";
}

div.noticeBox1 dl dd em{
	font-family: "FOT-筑紫ゴシック Pro", "TsukuGoPro-B";
	font-style:normal;
}


/* Font
------------------------------------------------------------- */

.ffTbomr{/* 筑紫Bオールド明朝ProR */
	font-family: "FOT-筑紫Bオールド明朝 Pr6 R", "TsukuBOldMinPr6-R";
}

.ffTomr{/* 筑紫オールド明朝ProR */
	font-family: "FOT-筑紫明朝 Pro R", "TsukuMinPro-R";
}

.ffTgu{/* 筑紫ゴシック Pro U */
	font-family: "FOT-筑紫ゴシック Pro U", "TsukuGoPro-U";
}

.ffTgb{/* 筑紫ゴシックProB */
	font-family: "FOT-筑紫ゴシック Pro", "TsukuGoPro-B";
}

.ffTgd{/* 筑紫ゴシックProD */
	font-family: "FOT-筑紫ゴシック Pr5 D", "TsukuGoPr5-D";
}

.ffTge{/* 筑紫ゴシックProE */
	font-family: "FOT-筑紫ゴシック Pro E", "TsukuGoPro-E";
}

.ffTgm{/* 筑紫ゴシックProM */
	font-family: "FOT-筑紫ゴシック Pr5 M", "TsukuGoPr5-M";
}

.ffTgr{/* 筑紫ゴシックProR (本文デフォルト) */
	font-family: "FOT-筑紫ゴシック Pr5 R", "TsukuGoPr5-R";
}

.ffTmb{/* 筑紫明朝ProB */
	font-family: "FOT-筑紫明朝 Pro B", "TsukuMinPro-B";
}

.ffTmd{/* 筑紫明朝ProD */
	font-family: "FOT-筑紫明朝 Pr6 D", "TsukuMinPr6-D";
}

.ffTml{/* 筑紫明朝ProL */
	font-family: "FOT-筑紫明朝 Pr6N L", "TsukuMinPr6N-L";
}

.ffTmlb{/* 筑紫明朝ProLB */
	font-family: "FOT-筑紫明朝 Pr6N LB", "TsukuMinPr6N-LB";
}

.ffTmr{/* 筑紫明朝ProR */
	font-family: "FOT-筑紫明朝 Pro R", "TsukuMinPro-R";
}

.fs12{
	font-size:93%;
}

.fs15{
	font-size:116%;
}

.fs17{
	font-size:131%;
}

.fs19{
	font-size:146.5%;
}

.lh14{
	line-height:1.4em;
}

.lh15{
	line-height:1.5em;
}

.lh16{
/*	line-height:1.6em;*/
	line-height:28px;
}

.nTxt{ /* normal text style (font-size:15px/line-height:28px) */ 
	font-family: "FOT-筑紫明朝 Pr6N LB", "TsukuMinPr6N-LB";
	font-size:116%;
	line-height:28px;
}

.nTxtSize{ /* normal text size (without font-family style) */ 
	font-size:116%;
	line-height:28px;
}
