@charset "UTF-8";
/* init.css ↓ここから
*****************************************  */
/*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, 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: 120%;
    font: inherit;
    vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;/*
    /*font-size: 1em;*/
    /*font-family:  "メイリオ", Meiryo, 'Noto Sans Japanese',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
    font-weight: 200;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    overflow-wrap: break-word;
}

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;
}*/
/*********↑ここまで ************************/

/* 全体
**************************************************************************/
#main {
	float:right;
	width:620px;
}
#pagetitle {
	font-size: 24px;
	position:relative;
	clear:both;
}
.block_title {
	font-size: 18px;
	font-weight:bold;
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:0 0px 9px 23px;
	line-height:1.2em;
	position:relative;
	margin:10px 0 20px;
	clear:both;
}
#faq00,#faq01,#faq02,#faq03,#faq04,#faq05,#faq06,#faq07,#faq08,#faq09,#faq10,#faq11,#faq12,#faq13 {
    padding-top: 80px;
    margin-top: -80px;
}

h3 {
	display: block;
	font-size:16px;
	font-weight:bold;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
blockquote {
	color: #666666;
	font-style: italic;
}
p {
	/*font-size:small;*/
	line-height:1.4;
}
.txright {
	display: block;
	text-align: right;
}
.txleft {
	display: block;
	text-align: left;
}
.txcenter ,
.center {
	display: block;
	text-align: center;
}
#third_detail p {
	margin: 0 0 10px 0;
}

.btmborder {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #CCCCCC;
}
.credit {
	text-align: right;
}

/* リンクアイコン
**************************************************************************/
#third_detail .linkicon {
	display: inline-block;
	background: url("/bin/image/design/icon/ico_arrow_r_bl.png") no-repeat scroll left 6px transparent;
	padding: 0 0 3px 12px;
}

/* メイン
**************************************************************************/

#third_detail header {
	margin: 0 0 30px 0;
}
#third_detail section {
	margin: 0 0 30px 0;
}
#third_detail footer {
	margin: 100px 0 30px 0;
}
#third_detail section * {
	word-wrap: break-word;
}
#third_detail section p {
	font-size: 15px; 
}
#third_detail section li {
}
#third_detail .block_title {
	margin: 0 0 10px 0;
	padding: 2px 0 2px 17px;
	border-left: 5px solid #F68448; 
}
#third_detail .box_title {
	border: none;
	padding: 0;
}
#third_detail .dashline {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #CBCBCB;
}

/* カラー
*******************************************************************************************/
.c-red {
	color: #FF0000 !important;
}
.c-blue {
	color: #0000FF !important;
}
.c-black {
	color: #333333 !important;
}
.c-gray {
	color: #808080 !important;
}
ol, ul {
    list-style: none;
}

/* フォントサイズ
*******************************************************************************************/
.f-big {
	font-size: 16px !important;
}
.f-small {
	font-size: 12px !important;
}

/* 画像ポジション
**************************************************************************/
#third_detail .img_right{
	float:right;
	margin:0 0 20px 20px;
}
#third_detail .img_left{
	float:left;
	margin:0 20px 20px 0;
}

/* 画像文字回り込みなしボックス
*******************************************************/
#third_detail .img_left_box{
	margin:20px 0;
}
#third_detail .img_left_box .left_box{
	float:left;
	margin:0 20px 20px 0;
}
#third_detail .img_left_box .right_box{
	overflow: hidden;
	zoom: 1;
}

#third_detail .img_right_box{
	margin:20px 0;
}
#third_detail .img_right_box .left_box{
	overflow: hidden;
	zoom: 1;
}
#third_detail .img_right_box .right_box{
	float:right;
	margin:0 0 10px 10px;
}

#third_detail .img_left_box .left_box p:first-child,
#third_detail .img_left_box .right_box p:first-child,
#third_detail .img_right_box .left_box p:first-child,
#third_detail .img_right_box .right_box p:first-child{
	margin:0;
}
#third_detail .center_box {
	display: block;
	margin: 0 0 20px 0;
	text-align: center;
}


/* 画像横並びリスト
*******************************************************/
/* 二個 */
#third_detail figure.photo_2col{
	margin:20px auto;
	padding:0;
	list-style:none;
	width:540px;
	font-size:small;
	line-height:1.2em;
}
#third_detail figure.photo_2col figure{
	float:left;
	width:250px;
	margin:0 10px;
}
#third_detail figure.photo_2col figure figcaption{
	margin:10px 0 0;
}
/* 三個 */
#third_detail figure.photo_3col{
	margin:20px auto;
	padding:0;
	list-style:none;
	font-size:small;
	line-height:1.2em;
}
#third_detail figure.photo_3col figure{
	float:left;
	width:190px;
	margin:0 3px;
}
#third_detail figure.photo_3col figure figcaption{
	margin:10px 0 0;
}
/* フリー（テーブル） */
#third_detail figure.photo_table {
	display: table;
	width: 100%;
}
#third_detail figure.photo_table figure {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
}
#third_detail figure.photo_table+.copy {
	font-size: 10px;
}

/* 画像キャプション
*******************************************************/
#third_detail .cap{
	margin:5px auto 0px auto;
	text-align: center;
	font-size:11px;
	line-height:1.2em;
}

/* フォームスタイル
**************************************************************************/
#third_detail dl.style01{
	display: table;
	border-collapse:collapse;
	font-size:14px;
	width:100%;
}
#third_detail dl.style01 dt{
	display: table-cell;
	width:30%;
	padding:0 10px 10px 0;
	vertical-align:top;
	text-align:left;
	vertical-align: top;
	font-weight:bold;
}
#third_detail dl.style01 dd{
	display: table-cell;
	padding:0 0 10px;
	width:70%;
	table-layout:fixed;
	word-break:break-all;
	word-wrap: break-word;
}

#third_detail dl.style02{
	display: table;
	border-collapse:collapse;
	font-size:14px;
	width:100%;
}
#third_detail dl.style02 dt{
	display: table-cell;
	width:20%;
	padding:0 10px 10px 0;
	vertical-align:top;
	text-align:left;
	vertical-align: top;
	font-weight:bold;
}
#third_detail dl.style02 dd{
	display: table-cell;
	padding:0 0 10px;
	width:70%;
	table-layout:fixed;
	word-break:break-all;
	word-wrap: break-word;
}


#third_detail dl.style03{
	font-size:14px;
	width:100%;
}

#third_detail dl.style03 dt{
	padding:5px 0 0 0;
	font-weight:bold;
	color:#5872bd;
	font-size:16px;
}
#third_detail dl.style03 dd{
	padding:5px 0 20px;
	word-break:break-all;
	word-wrap: break-word;
}
#third_detail dl.style04{
	font-size:14px;
	width:100%;
}

#third_detail dl.style04 dt{
	display: table-cell;
	width:30%;
	padding:10px 0px  5px 20px ;
	vertical-align:top;
	text-align:left;
	vertical-align: top;
	font-weight:bold;
	margin-left: 1em;
}
#third_detail dl.style04 dd{
	padding:5px 0 20px;
	margin-left: 3em;
	word-break:break-all;
	word-wrap: break-word;
}

/* リスト
**************************************************************************/
#third_detail .listicon {}
#third_detail .listicon li {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	background: url("/bin/image/design/icon/li_gray.gif") no-repeat scroll left top transparent;
}

#third_detail .listicon02 li {
	margin: 0;
	padding: 0 0 0 15px;
	background: url("/bin/image/design/icon/li_gray.gif") no-repeat scroll left top transparent;
	word-wrap: break-word;
}


/* ページ送り
**************************************************************************/
#third_detail ul.pagenation{
	list-style:none;
	margin:20px auto;
	padding:0;
	width:auto;
	text-align: center;
	letter-spacing: -.40em;
}
#third_detail ul.pagenation li{
	display: inline-block;
	border-left:1px solid #000;
	padding:0 6px;
	letter-spacing:normal;
	margin:0;
}
#third_detail ul.pagenation li:first-child {
	border-left: none;
}
#third_detail ul.pager {
}
#third_detail ul.pager {
	border-top: 1px dotted #999999;
	list-style:none;
	margin:20px auto;
	padding: 10px 0 0;
	font-size: 12px;
}
#third_detail ul.pager li.next {
	float:right;
	width: 50%;
	text-align: right;
}
#third_detail ul.pager li.prev {
	float:left;
	width: 50%;
	text-align: left;
}
#third_detail ul.pager li.next a:after {
	content: " ＞";
}
#third_detail ul.pager li.prev a:before {
	content: "＜ ";
}

/* ページトップ
**************************************************************************/
#third_detail p.pagetop,
#third_detail p.date {text-align: right;}


/* ボックスセット
**************************************************************************/
#third_detail .boxset01{
	margin:0 0 20px 0;
}
#third_detail .boxset01 .left_box{
	float:left;
	width:49%;
}
#third_detail .boxset01 .right_box{
	float:right;
	width:49%;
}

/* タイトル入り文章
*******************************************************/
#third_detail .intro {}
#third_detail .intro dt {
	display: inline-block;
	margin: 0 0 5px 0;
	padding: 2px 5px;
	font-weight: bold;
	background: #F4F4F4;
}
#third_detail .intro dd {
	margin: 0 0 15px 0;
}

/* ボーダーボックス
**************************************************************************/
#third_detail .border_box{
	border:1px solid #CCCCCC;
	padding:15px;
	background: #F5F5F5;
}

/* テーブル
**************************************************************************/
#third_detail table.table_style02{
width: 100%;
border-collapse: collapse;
}
#third_detail table.table_style02 th{
padding: 15px;
text-align: left;
background-color: #F5F5F5;
border: 1px solid #CCCCCC;
}
#third_detail table.table_style02 td{
padding: 15px;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
}

#third_detail table.table_style03{
width: 100%;
border-collapse: collapse;
}
#third_detail table.table_style03 th{
padding: 5px;
text-align:center;
background-color: #F5F5F5;
border: 1px solid #CCCCCC;
}
#third_detail table.table_style03 td{
padding: 5px;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
}

/* 左メニューバナー
**************************************************************************/
#third_detail ul#left_banner{
	list-style:none;
	margin:18px 0;
	padding:0;
}

/* トレンド3rdインデックス
**************************************************************************/
#third_detail dl.index{
	margin:30px 0 0;
	padding:0;
	line-height:1.2;
	color:#444;
}
#third_detail dl.index dt{
	margin:10px 0 0 10px;
}
#third_detail dl.index dt a{
	background-image:url(/bin/image/design/icon/ico_star.png);
	background-position:0 0.2em;
	background-repeat:no-repeat;
	padding:0 0 0 16px;
	display:block;
}
#third_detail dl.index dd{
	margin:0;
	text-align:right;
	border-bottom:dashed 1px #cccccc;
	font-size:small;
	padding:0 0 13px;
}
#third_detail dl.index dd dl{
	margin:0 0 0 15px;
}
#third_detail dl.index dd dt{
	text-align:left;
	margin:4px 0;
}
#third_detail dl.index dd dd{
	text-align:left;
	border:none;
	padding:0;
	margin:3px 0 3px 20px;
}

/* テーブル
**************************************************************************/
#third_detail table.table_style01{
	border:none;
	border-collapse:collapse;
	margin:10px 0 20px;
	width:100%;
	font-size:small;
}
#third_detail table.table_style01 th{
	background-color:#efefef;
	border:1px solid #cccccc;
	width:90px;
	font-weight:normal;
	text-align:left;
	padding:6px;
}
#third_detail table.table_style01 td{
	border:1px solid #cccccc;
	padding:6px;
}


/* 上部記事
**************************************************************************/
#third_detail #top_report{
	margin:20px 0 0;
}
#third_detail section#top_report h1{
	background-image:url(/bin/image/design/title/title_star.png);
	font-size:120%;
	font-weight:bold;
	padding:0 0 4px 20px;
}
#third_detail section#top_report p{
	font-size:medium;
	line-height:1.6;
}
#third_detail section#top_report p.date{
	color:#999;
	font-size:small;
}

#third_detail .goods{
	border:1px solid #cccccc;
	padding:17px 13px;
	margin:10px 0;
}
#third_detail .goods .left_box{
	float:left;
	width:180px;
}
#third_detail .goods .right_box{
	float:right;
	width:390px;
}
#third_detail #main .goods h1{
	margin:0;
	background:none;
	padding:0;
	display:inline;
	position:static;
}
#third_detail #main .goods h1 a,
#third_detail #main .goods h1 a:link{
	position:static;
	background:none;
	display:inline;
	border-radius:0;
	color:#003366;
	font-size:100%;
	padding:0;
	text-decoration:underline;
}

/* ボックススタイル
**************************************************************************/
#third_detail .boxstyle {}
#third_detail .boxstyle .block_title {}

/* ボックスイメージスタイル
**************************************************************************/
#third_detail .boximgstyle {}
#third_detail .boximgstyle .block_title {}
#third_detail .boximgstyle .border{
	border: 1px solid #ccc;
	padding: 15px 15px;
	margin: 10px 0;
}
#third_detail .boximgstyle .left_box {
	float: left;
	margin-right: 10px;
}
#third_detail .boximgstyle .right_box {
	overflow: hidden;
}

/* ショッピングボックススタイル
**************************************************************************/
#third_detail .shopboxstyle {
	border-bottom: 1px dotted #000000;
}
#third_detail .shopboxstyle .block_title {}

/* コラムスタイル
**************************************************************************/
#third_detail .columnstyle {}
#third_detail .columnstyle .block_title {}
#third_detail .columnstyle dl {}
#third_detail .columnstyle dt {
	font-weight: bold;
}
#third_detail .columnstyle dd {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
}

#third_detail .columnstyle .border{
	margin:20px 0;
	padding: 10px 10px 0 10px;
	border:1px solid #cccccc;
}
#third_detail .columnstyle .border dd+dt{
	margin-top: 10px;
	padding-top: 10px;
	border-top:1px dashed #cccccc;
	font-weight:bold;
}

/* アンケートスタイル
*******************************************************/
#third_detail .enquetestyle {
	position: relative;
}
#third_detail .enquetestyle form li {
	margin: 0 0 5px 0;
}
#third_detail .enquetestyle form .btnarea {
	text-align: center;
}
#third_detail .enquetestyle form .btnarea .join {
	padding: 6px 5px 6px 35px;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #FF6000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FF6000 url(/bin/image/design/icon/ico_pen.png) no-repeat scroll 5px 40%;
}

/* boxwrap */
#third_detail .enquetestyle .boxwrap {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: 500;
	background: #FFFFFF;
	filter: alpha(opacity=90);
	opacity: 0.9;
}
#third_detail .enquetestyle .boxwrap .box {
	min-width: 300px;
	min-height: 110px;
	padding: 10px 20px 5px;
	text-align: center;
	
	position:absolute;
	top:50%;
	left:50%;
	margin: -60px 0 0 -150px;
}
#third_detail .enquetestyle .boxwrap .error {
	border: 2px solid #FE0100;
	color: #FE0100;
	background: #FFFFE1;
}
#third_detail .enquetestyle .boxwrap .error p:before {
	content:"";
	width: 24px;
	height: 23px;
	margin: 0 auto 10px;
	display:block;
	background: url(/bin/image/design/icon/ico_exclamation_red.png) no-repeat scroll left top;
}
#third_detail .enquetestyle .boxwrap .success {
	border: 2px solid #0100FE;
	color: #0100FE;
	background: #E0F7FF;
}
#third_detail .enquetestyle .boxwrap .success p:before {
	content:"";
	width: 24px;
	height: 23px;
	margin: 0 auto 10px;
	display:block;
	background: url(/bin/image/design/icon/ico_exclamation_bl.png) no-repeat scroll left top;
}

#third_detail .enquetestyle .boxwrap .box p {
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
}
#third_detail .enquetestyle .boxwrap .box .close {
	display: inline-block;
	padding: 5px 5px 5px 35px;
	border: 1px solid #616162;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFFFFF;
	text-decoration: none;
	background: #616162 url(/bin/image/design/icon/ico_close.png) no-repeat scroll 6px 3px;
}



/* 縦並び
*******************************************************************/
/* 共通項目
*******************************************************/
#third_detail .box_img_txt01,
#third_detail .box_img_txt02,
#third_detail .box_img_txt03{
	margin:20px 0;
}
#third_detail .box_img_txt01 .border,
#third_detail .box_img_txt02 .border,
#third_detail .box_img_txt03 .border{
	border:1px solid #ccc;
	padding:17px 15px;
	margin:10px 0;
}
#third_detail .box_img_txt01 .border .right_box h2,
#third_detail .box_img_txt02 .border .right_box h2,
#third_detail .box_img_txt03 .border .right_box h2{
	background:none;
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	position:static;
	border: 0;
}
#third_detail .box_img_txt01 .border .right_box p,
#third_detail .box_img_txt02 .border .right_box p,
#third_detail .box_img_txt03 .border .right_box p{
	margin:0;
}

/* 画像82x82
*******************************************************/
#third_detail .box_img_txt01 .border .left_box{
	float:left;
	width:82px;
}
#third_detail .box_img_txt01 .border .right_box{
	width:490px;
	float:right;
}

/* 画像100x75
*******************************************************/
#third_detail .box_img_txt02 .border .left_box{
	float:left;
	width:100px;
}
#third_detail .box_img_txt02 .border .right_box{
	width:475px;
	float:right;
}

/* 画像180x135
*******************************************************/
#third_detail .box_img_txt03 .border .left_box{
	float:left;
	width:180px;
}
#third_detail .box_img_txt03 .border .right_box{
	width:390px;
	float:right;
}


/* 横並び
*******************************************************************/
/* 共通項目
*******************************************************/
#third_detail .boxstyle ,
#third_detail .shopboxstyle {
	margin-top:20px;
	margin-bottom:20px;
	clear:both;
}
#third_detail .boxstyle .box ,
#third_detail .boxstyle .border ,
#third_detail .shopboxstyle .box ,
#third_detail .shopboxstyle .border {
	float:left;
}
#third_detail .boxstyle .border {
	border:1px solid #ccc;
}
#third_detail .boxstyle .box:last-child ,
#third_detail .boxstyle .border:last-child ,
#third_detail .shopboxstyle .box:last-child ,
#third_detail .shopboxstyle .border:last-child {
	margin:10px 0;
}
#third_detail .boxstyle .border figure ,
#third_detail .boxstyle .box figure ,
#third_detail .shopboxstyle .border figure ,
#third_detail .shopboxstyle .box figure {
	margin:0;
	padding:0;
	text-align:center;
}
#third_detail .boxstyle .border h2{
	background:none;
	margin:8px 0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	position:static;
	border: 0;
}
#third_detail .boxstyle .border p{
	margin:0;
}
#third_detail .boxstyle .box figure ,
#third_detail .boxstyle .border figure ,
#third_detail .shopboxstyle .box figure ,
#third_detail .shopboxstyle .border figure{
	margin:0 0 10px;
}

/* 横幅305
*******************************************************/
#third_detail .box_y_img_txt01 .box ,
#third_detail .box_y_img_txt01 .border{
	padding:17px 26px 17px 27px;
	margin:10px 9px 10px 0;
	width:250px;
}

/* 横幅200
*******************************************************/
#third_detail .box_y_img_txt02 .box ,
#third_detail .box_y_img_txt02 .border{
	padding:10px;
	margin:10px 7px 10px 0;
	width:180px;
}

/* 横幅148
*******************************************************/
#third_detail .box_y_img_txt03 .box ,
#third_detail .box_y_img_txt03 .border{
	padding:10px;
	margin:10px 6px 10px 0;
	width:128px;
}

/* 横幅116
*******************************************************/
#third_detail .box_y_img_txt04 .box ,
#third_detail .box_y_img_txt04 .border{
	padding:8px;
	margin:10px 7px 10px 0;
	width:100px;
}

/* 横幅72
*******************************************************/
#third_detail .box_y_img_txt05 .box ,
#third_detail .box_y_img_txt05 .border{
	padding:12px 12px 12px 11px;
	margin:10px 7px 10px 0;
	width:72px;
}

/* clearfix
**************************************************************************/
#third_detail .default,
#third_detail .goods,
#third_detail .border,
#third_detail .boxstyle,
#third_detail .shopboxstyle,
#third_detail .enquetestyle p,
#third_detail .box_y_img_txt01,
#third_detail ul.pager
 { zoom:1; }
 #third_detail .default:after,
#third_detail .goods:after,
#third_detail .border:after,
#third_detail .boxstyle:after,
#third_detail .shopboxstyle:after,
#third_detail .enquetestyle p:after,
#third_detail .box_y_img_txt01:after,
#third_detail ul.pager:after
{
 	content:"";
	display:block;
	clear:both;
}

