@charset "utf-8";

/* **************************************************************************

	共通
	
************************************************************************** */

/* リセット */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}


/* afterに対応したブラウザ向け */
.clearfix:after { 
     content: ".";
     display: block;
     clear: both;
     height: 0;
     visibility: hidden;
}
/* IE6 */
* htm .clearfix {
     height: 1%;
}
/* IE7 */
*:first-child+html .clearfix {
     height: 1%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
 
 img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
	vertical-align: bottom;
}


/* **************************************************************************

	共通スタイル
	
************************************************************************** */


/*
	全体
---------------------------------------------------------- */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFFF;
	font-size: 13px;
	line-height: 160%;
	color: #4A4A4A;
}

#contents article {
	
}


/* PC用 */
@media screen and (min-width: 769px){
	
body {
	background-color: #FFFFFF;
	font-size: 15px;
	line-height: 160%;
	color: #4A4A4A;
}

section.underContent article {
	line-height: 200%;
}




/*
	div
---------------------------------------------------------------- */
#contents_wrap {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

#contents {
	width: 70%;
	float: left;
	margin: 20px 0;
}

#side {
	width: 27%;
	float: right;
	margin-top: 10px;
}

#title01 span {
	display: block;
	width: 960px;
	margin: 0 auto;
}

#foot_ad {
	display: none;
}

#pagetop a {
	font-size: 15px;
	padding: 10px;
}


}

/* タブレット用 */
@media screen and (max-width: 768px){
	
body {
	background-color: #FFFFFF;
	font-size: 15px;
	line-height: 160%;
	color: #4A4A4A;
}


}

/* スマホ用 */
@media screen and (max-width:640px){
	
body {
	background-color: #FFFFFF;
	font-size: 17px;
	line-height: 160%;
	color: #454545;
}

#contents {
	width: 96%;
	margin: 20px 2% 0;
}

#contents,
#foot_contents {
	margin: 2%;
}

img {
	vertical-align: bottom;
}

#pagetop a {
	font-size: 10px;
	padding: 3px 10px;
}

}


/*
	リンク
---------------------------------------------------------- */

a {
	color: #000;
	text-decoration: none;
}

a:link {

}

a:visited {

}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {

}


/*
	div
---------------------------------------------------------- */





/*
	ヘッダー
---------------------------------------------------------- */
header {
	border-top: 5px solid #0474C6;
	background: #58a2d9; /* Old browsers */

	color: #FFFFFF;
	text-align: center;
	padding: 0px;
}

.h1 {
	font-size: 8px;
}

.logo {
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

#topic_path_wrap {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#topic_path_wrap ol,
article {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}




/*
	パス
---------------------------------------------------------- */

ol#topic_path {
	color: #7C7C7C;
	list-style-type: none; 
	font-size: 10px;
}

ol#topic_path li {
	padding-left: 5px;
	float: left;
}

ol#topic_path li a {
	padding-right: 18px;
	background-image: url(../img/topic_path_gray.gif);
	background-repeat: no-repeat;
	background-position: right;
}

ol#topic_path li a:hover {
	padding-right: 18px;
	background-image: url(../img/topic_path_gray.gif);
	background-repeat: no-repeat;
	background-position: right;
}



/*
	フッター
---------------------------------------------------------- */
#pagetop a {
	background-color: #0474C6;
	color: #FFF;
	margin: 10px;
	display: inline-block;
	float: right;
}

footer {
	padding: 10px 0;
	border-top: 1px solid #0474C6;
	color: #FFF;
	font-size: 11px;
}

footer p {
	padding: 10px;
	background-color: #0474C6;
	text-align: center;
}

footer a {
	color: #FFF;
}




/*
	バナー
---------------------------------------------------------- */
#bnr01 {
	
	margin: 10px auto;
}

#foot_ad ul {
	border-bottom: 1px solid #CCC;
}

#foot_ad li a {
	display: block;
	border-top: 1px solid #CCC;
	padding: 0 20px;
}

.ad_txt01 {
	color: #333;
	font-size: 13px;
}

.ad_txt02 {
	color: #777777;
	font-size: 10px;
}

.ad_txt03 {
	color: #777777;
	font-size: 8px;
}





/*
	タイトル
---------------------------------------------------------- */

#title01 {
	background-color: #DDDDDD;
	padding: 2%;
	color: #000;
	line-height: 140%;
	font-size: 30px;
	font-weight: bold;
}

#main_title h1 {
	border-left: 5px solid #0474C6;
	padding: 5px 0 5px 10px;
	font-size: 20px;
}

#main_title p {
	font-size: 11px;
	color: #B7B7B7;
	line-height: 140%;
}

#main_title div {
	margin: 10px 0;
}

#h1_img {
	width: 70px;
	float: left;
	padding: 5px;
	border: 1px solid #CCC;
}

#h1_txt {
	margin-left: 20px;
	float: left;
}

#main_img {
	text-align: center;
	margin: 15px;
}

#contents h2 {
	font-weight: bold;
	color: #111;
	font-size: 20px;
	margin: 20px 0;
	line-height: 160%;
}

#contents h3 {
	background-image: url(../article/img/common/icon01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 30px;
	font-weight: bold;
	color: #666666;
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 160%;
}

#contents h4 {
	border-left: 5px solid #C0C0C0;
	padding: 1px 0 1px 10px;
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 160%;
}




/*
	コンテンツ
---------------------------------------------------------- */
#contents,
#foot_contents {
	border: 1px solid #CCC;
	/* border-radius */
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;

	/* box-shadow */
	box-shadow:rgba(234, 235, 237, 0.24) 0px 0px 4px 3px;
	-webkit-box-shadow:rgba(234, 235, 237, 0.24) 0px 0px 4px 3px;
	-moz-box-shadow:rgba(234, 235, 237, 0.24) 0px 0px 4px 3px;
}

#contents article {
	padding: 15px;
	border-bottom: 1px solid #CCC;
}


/* 関連 */
#relevance li {
	border-top: 1px dashed #CCC;
	margin-top: 10px;
	padding-top: 10px;
}

#relevance a {
	color: #00A3D9;
	text-decoration: none;
}


/* フット */
#foot_contents article {
	padding-bottom: 15px;
}

#foot_contents p {
	font-weight: bold;
	color: #111;
	font-size: 15px;
	line-height: 160%;
	padding: 15px 5px;
}

#foot_contents ul.reco_ar {
	border-bottom: 1px solid #CCC;
}

#foot_contents .reco_ar li {
	border-top: 1px solid #CCC;
}

#foot_contents .reco_ar01 {
	width: 40%;
	float: left;
}

#foot_contents .reco_ar02 {
	width: 60%;
	float: right;
	color: #333;
	font-size: 13px;
	line-height: 160%;
}


ul.categoryBtn {
	list-style-type: none;
	width: 100%;
}

ul.categoryBtn li {
	text-align: center;
	width: 29%;	
	overflow: hidden;
	border: 1px solid #CCC;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	padding: 10px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top, #666666 0%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666666 0%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666666 0%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666666 0%,#131313 100%); /* IE10+ */
	background: linear-gradient(to bottom, #666666 0%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}

ul.categoryBtn li a {
	color: #FFF;
	font-size: 10px;
	width: 100%;
	
}







/* 文章 */
.strong01 {
	font-weight: bold;
	display: block;
	margin: 30px 0 10px;
}

#contents .cont_img {
	display: block;
	text-align: center;
	margin: 15px 0;
}




