@charset "utf-8";

/* ===================================================================
 style info : リセット及びフォントサイズ
=================================================================== */


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, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body {
text-align: center;
color: #333;
font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

img{
max-width: 100%;
height:auto;
vertical-align:bottom;
display: inline-block;
}

i img{
vertical-align: middle;
}

li,
ul {
	list-style: none ;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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;
}

input[type="text"] {
min-height:1em;
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

input, textarea {
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.font-min{
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.font-o{
font-family: 'Oswald', sans-serif;
}

/* リンク
----------------------------------------------------*/
a {
color:#333;
display: inline-block;
text-decoration:none;
}

a:link {
}

a:visited {
}

a:hover{
color:#42aad9;
-webkit-transition: 0.7s;
-moz-transition: 0.7s;
-o-transition: 0.7s;
transition: 0.7s;
}

li a,
a span,
a img{
display: inline-block;
backface-visibility: hidden; 
}

.bo2 a:hover,
a.bo2:hover,
a:hover {
text-decoration:none;
}

.bo2 a,
a.bo2,
.bo a:hover,
a.bo:hover{
text-decoration: underline;
}

.op a:hover,
a.op:hover,
.op a:hover img {
filter: alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
cursor:pointer;
-webkit-transition: all .4s linear;
transition: all .4s linear;
cursor:pointer;
backface-visibility: hidden;
}

.tL{
	text-align: left;
}

.tC{
	text-align: center;
}

.tR {
	text-align: right;
}

.cB{
clear: both;
}

.bb li,
.bb{
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}

.pr{
position: relative;
}

.db{
display: block;
}

.ib{
display: inline-block;
}

.vt img,
.vt{
vertical-align: top;
}

.vm,
.vm img{
vertical-align: middle;
}

i{
display: inline-block;
font-style: normal;
}

em{
font-weight:bold;
font-style: normal;
}


i img{
vertical-align: top;
}

img{
max-width: 100%;
}


/* 汎用
----------------------------------------------------*/
/* clerfix */
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.txt_s{font-size:85%;}
.oh{overflow:hidden;}
.ov{overflow:visible !important;}

.fb{font-weight:bold;}
.fn{font-weight:normal;}
.it{font-style: italic;}
.dn{display: none;}
.ti{text-indent: -1.2em;
padding-left: 1.2em;
}


.txt_w{
color: #fff;
}

.txt_red{
color: #b83e27;
}

.txt_red2{
color: #d83c3c;
}

.txt_red3{
color: #ff0000;
}

.txt_blue{
color: #075da6;
}

.txt_navy{
color: #0f557a;
}

.txt_yellow{
color:#faff68 ;
}

.bg_w{
background: #fff;
}

.bg_gray{
background: #f4f4f3;
}

.bg_baige{
background: #fefcf0;
}

.bg_aqua{
background: #e9f4f9;
}

.bt01{
border-top:1px solid #ccc;
}

.bb01{
border-bottom:1px solid #ccc;
}

.list01 li{
padding-left:1.2em;
}

.list01 li:before {
display: block;
content: "";
top:10px;
left: 5px;
margin: auto;
position: absolute;
width: 6px;
height: 6px;
background-color: #333;
border-radius: 100%;
}

.post_content a{
color: #26517d;
text-decoration: underline;
}

.post_content a:hover{
text-decoration: none;
}

.post_content .txt_box p a{
display: inline;
word-break: break-all;
}

#com_box01 .txt18{color:#0f557a;}

#com_box01 .txt18 a{
display: inline;
text-decoration: underline;
color:#0f557a;
}

#com_box01 .txt18 a:hover {
text-decoration: none;
}
/*
.post_content ul li {
  position: relative;
  padding-left: 1em;
}
.post_content ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 5px;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 100%;
}*/