@charset "Shift_JIS";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #FF0000}

/* レイアウト */
.t10b { font-size: 10px; line-height: 14px}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}

#bgWrap {
	margin: 0;
	padding: 0;
	width: 950px;
}
#fb, #twitter, #line, #blog, #youtube, #instagram {
	margin: 0;
	padding: 0;
}
#bgWrap img {
	border: none;
}
#bgWrap .clear {
	clear: both;
}
#bgWrap .clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#bgWrap .clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html #bgWrap .clearfix { height: 1%; }
#bgWrap .clearfix { display: block; }
/* End hide from IE-mac */

a.OpaChange:hover *{
filter:alpha(opacity=80); /*IE*/
-moz-opacity:0.80; /*FF*/
opacity:0.80;
}


/* ----- title ----- */
h1#tit {
	margin: 0;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	padding: 2px 5px;
}
#title {
	background: url(images/title.jpg) no-repeat;
	width: 950px;
	height: 118px;
	margin: 0;
	padding: 0;
}


#title li {
	float: left;
	list-style: none;
}
.btnDetail {
	padding: 8px 27px 0 420px;
}


#title li.btnFT {
	float: right;
	list-style: none;
	padding: 20px 12px 0 0;
}
#title li.btnBlog {
	float: right;
	list-style: none;
	padding: 20px 12px 0 0;
}

/* ----- SNS BOX ----- */
.wrapBox {
	background: url(images/bg.gif) no-repeat;
	background-position: left bottom;
	width: 926px;
	padding: 20px 0 20px 24px;
	margin: 0 0 23px 0;
}
.wrapBox dl {
	border-bottom: 1px dotted #000;
	width: 440px;
	margin: 0 20px 20px 0;
	padding-bottom: 18px;
	float: left;
}
.wrapBox dl dt {
	width: 87px;
	padding-left: 5px;
	float: left;
}
.wrapBox dl dd a {
	background: url(images/arrow.gif) no-repeat;
	background-position: left center;
	padding-left: 18px;
	font-size: 14px;
	font-weight: bold;
}
.wrapBox dl dd.txt {
	margin-top: 8px;
	margin-left: 110px;
	font-size: 12px;
}
.btnOther {
	float: left;
	margin: 20px 0 0 50px;
}

.btnOther1 {
	float: right;
	margin: 5px 40px 0 50px;
}

.btnOther2 {
	float: left;
	margin: 0 0 10px 50px;
	/margin: 0 0 10px 30px;
}


/* ----- POLICY ----- */
#policy {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #0d6092;
	font-size: 18px;
	text-align: center;
	background: url(images/tit_policy.gif) no-repeat;
	background-position: left top;
	padding-top: 13px;
	width: 950px;
	margin: 0;
}
.policyBox {
	background: url(images/bg_policy.gif) no-repeat;
	background-position: left bottom;
	width: 902px;
	padding: 15px 24px 30px;
	margin-bottom: 23px;
	font-size: 12px;
	line-height: 1.6em;
}
.policyBox p {
	text-indent: 12px;
	margin: 0;
	padding: 0;
}
.policyBox p#date {
	text-align: right;
	margin-bottom: 5px;
	margin: 0;
	padding: 0;
}
.policyBox dl {
	margin-top: 20px;
}
.policyBox dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.policyBox dd {
	text-indent: 12px;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}
.policyBox dd ul {
	margin-top: 5px;
	padding: 0;
}
.policyBox dd li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 5px;
}
.policyBox dd.mgnT {
	margin-top: 15px;
}

/* ----- SNS BOX(SUB) ----- */
.wrapBoxSub {
/*	background: url(images/bg.gif) no-repeat;
	background-position: left bottom;
	width: 930px;
	height: auto;
	padding: 20px 0 20px 20px;
	margin-bottom: 23px;*/
	width: 910px;
    height: auto;
    padding: 20px 0 20px 20px;
    margin: 0 0 23px 10px;
    box-shadow: 0px 0px 4px 1px #b5b5b5;
    border-radius: 0 0 5px 5px;
}
.wrapBoxSub dl {
	width: 220px;
	padding: 5px 0 10px 5px;
	margin: 0;
	float: left;
	height: 90px;
}
.wrapBoxSub dl.lineR {
	border-right: 1px dotted #000;
}
.wrapBoxSub dl.lineB {
	border-bottom: 1px dotted #000;
}
.wrapBoxSub dl dt {
	width: 77px;
	padding-left: 5px;
	float: left;
	margin: 0;
}
.wrapBoxSub dl dd {
	width: 118px;
	_width: 100px;
	margin-left: 77px;
	margin-top: 5px;
	background: url(images/arrow.gif) no-repeat;
	background-position: left 2px;
	padding-left: 18px;
	font-size: 12px;
	font-weight: bold;
}

/* リンク 
------------------------------------------ */
a:link    { color: #111184; text-decoration: underline; background: transparent; }
a:visited { color: #36f; }
a:hover,
a:active  { color: #f93; }

/* ブログ　サムネイル 
------------------------------------------ */
.blog_sum dl dt {
	text-align:center;
	width:65px;
	height:65px;
	overflow:hidden;
}

/*ドッターライン
-------------------------------------------*/
.line_r{border-right:1px dotted #000000;}
div#bgWrap div.wrapBoxSub > dl.clearfix:nth-of-type(4n-1),
div#bgWrap div.wrapBoxSub > dl.clearfix:nth-of-type(4n-2),
div#bgWrap div.wrapBoxSub > dl.clearfix:nth-of-type(4n-3){
border-right:1px dotted #000;border-bottom:1px dotted #000;
}
div#bgWrap div.wrapBoxSub > dl.clearfix:nth-of-type(4n){
border-bottom:1px dotted #000;
}