@charset "UTF-8";
/* CSS Document */

/*******************************
	共通
**********************************/

.f_red { color: #D8292C; }
.f_blue_txt { color: #004CFF; }
.f_big { font-size: 18px; font-weight: bold; padding-right: 3px; }

/*******************************
	レイアウト - メイン
**********************************/

#tanpopo {
	/*width: 800px;*/
	font-size: 13px;
	line-height: 150%;
	background: #ffffff;
}

#tanpopo .item {
	padding: 20px 15px;
	background: #EEE;
	overflow: hidden;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	margin-bottom: 30px;
}

#tanpopo .item img.title {
	margin-bottom: 10px;
}

#tanpopo .item div {
	position: relative;
	margin: 0 5px 15px 5px;
}

#tanpopo .item .base input#submit.btn {
	position: absolute;
	bottom: 25px;
	right: 15px;
}

#tanpopo .item div.right {
	margin-top: -10px;
	text-align: right;
}

/*******************************
	タブ
**********************************/

article .tab_gotop a {
	width: 100px;
	position: fixed;
	bottom: 15px;
	right: 0;
}


/* タブごとの個別設定 */

#ui-tab ul li a {
	border: 2px solid #FF7F00;
	border-bottom: 0;
}

#ui-tab ul li #menu1 {
	width: 100px;
	background: #FF7F00 url(../img/tab_01on.png) no-repeat center;
	text-indent: -9999px;
	cursor: pointer;
}

#ui-tab ul li #menu1:hover, #ui-tab ul li.ui-tabs-selected #menu1 {
	background: #FFF url(../img/tab_01.png) no-repeat center;
}

#ui-tab ul li #menu2 {
	width: 240px;
	background: #FF7F00 url(../img/tab_02on.png) no-repeat center;
	text-indent: -9999px;
}

#ui-tab ul li #menu2:hover, #ui-tab ul li.ui-tabs-selected #menu2 {
	background: #FFF url(../img/tab_02.png) no-repeat center;
}

#ui-tab ul li #menu3 {
	width: 110px;
	background: #FF7F00 url(../img/tab_03on.png) no-repeat center;
	text-indent: -9999px;
}

#ui-tab ul li #menu3:hover, #ui-tab ul li.ui-tabs-selected #menu3 {
	background: #FFF url(../img/tab_03.png) no-repeat center;
}

#ui-tab ul li #menu4 {
	width: 130px;
	background: #FF7F00 url(../img/tab_04on.png) no-repeat center;
	text-indent: -9999px;
}

#ui-tab ul li #menu4:hover, #ui-tab ul li.ui-tabs-selected #menu4 {
	background: #FFF url(../img/tab_04.png) no-repeat center;
}

#ui-tab ul li.ui-tabs-selected a {
	cursor: auto;
}

h3, p {
    text-align: justify;
}

h3 {
	margin: 0 0 15px 0;
	padding: 0;
}

#tanpopo .contents label {
	float: left;
    cursor: pointer;
	border: 2px solid #FF7B2F;
    background: #FF7B2F;
    height: 25px;
    padding: 10px 15px 5px 15px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    transition: background .25s linear;  
	z-index: 555;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 3px #CCC;
	margin-bottom: 20px;
}

#tanpopo .contents label:hover, input:checked + . label {
	background: #FFF;
    color: #5D2122;
	border: 2px solid #FF7B2F;
	z-index: 555;
}


/* 下部ボタン個別設定 */

#tanpopo .content .btn_area {
	float: right;
	width: 100%;
}

#tanpopo .content .btn a {
	margin: 0 5px;
}

#tanpopo .content .btn.b01 a {
	width: 100px;
	background: #FF7B2F url(../img/tab_01on.png) no-repeat center;
	text-indent: -9999px;
}

#tanpopo .content .btn.b01 a:hover, input:checked + .content .btn.b01 a {
	background: #FFF url(../img/tab_01.png) no-repeat center;
}

#tanpopo .content .btn.b02 a {
	width: 240px;
	background: #FF7B2F url(../img/tab_02on.png) no-repeat center;
	text-indent: -9999px;
}

#tanpopo .content .btn.b02 a:hover, input:checked + .content .btn.b02 a {
	background: #FFF url(../img/tab_02.png) no-repeat center;
}

#tanpopo .content .btn.b03 a {
	width: 110px;
	background: #FF7B2F url(../img/tab_03on.png) no-repeat center;
	text-indent: -9999px;
}

#tanpopo .content .btn.b03 a:hover, input:checked + .content .btn.b03 a {
	background: #FFF url(../img/tab_03.png) no-repeat center;
}

#tanpopo .content .btn.b04 a {
	width: 130px;
	background: #FF7B2F url(../img/tab_04on.png) no-repeat center;
	text-indent: -9999px;
}

#tanpopo .content .btn.b04 a:hover, input:checked + .content .btn.b04 a {
	background: #FFF url(../img/tab_04.png) no-repeat center;
}




/* Contents */

#tanpopo .content {
  /*  background:  #FFF;
	border: 2px solid #FF7F00;*/
	width: 736px;
	clear: both;
  margin: 0 auto;
	margin-bottom: 30px;
	/*border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;*/
}

#tanpopo .content .info_txt {
	background: #FFFFBF;
	padding: 15px;
	margin: 30px 0;
	overflow: hidden;
}

#tanpopo .content .info_txt img {
	margin-left: 15px;
	float: right;
}
#tanpopo .content .info_txt h4,
#tanpopo .content .inner h4 {
	background: #FEF7EE;
	padding: 5px;
	color: #FF7F00;
	margin: 0 0 10px 0;
	font-size: 16px;
}
#tanpopo .content .inner.faq h4 {
	margin: 10px 0 0 0;
}
#tanpopo .content .inner.faq h4.bk {
	color: #333;
}
#tanpopo .content .reco h4 {
	font-size: 20px;
	border-bottom: 1px dotted;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-bottom: 10px;
	font-weight: normal;
	line-height: 140%;
}

#tanpopo .content .inner {
	margin: 0 0 30px 0;
	padding-top: 10px;
	overflow: hidden;
	font-size: 13px;
	line-height: 160%;
}

#tanpopo .content .inner .img {
	float: right;
	margin: 0 0 10px 10px;
}

#tanpopo .content .inner img {
	width: auto;
}

#tanpopo .content .inner .clearfix {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #EEE;
  clear: both;
}

#tanpopo .content .inner b {
	font-weight: bold;
	font-size: 16px;
	line-height: 140%;
	color: #FF8000;
}

#tanpopo .content hr {
	margin: 15px 0;
	border: 1px dotted #CCC;
}

#tanpopo .content .inner .txt {
	width: 400px;
	float: left;
}

#tanpopo .content .inner .txt h5 {
	padding: 0;
	color: #FF7F00;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: normal;
}

#tanpopo .content .inner small {
	padding-left: 15px;
	font-size: 12px;
	font-weight: normal;
}

#tanpopo .content .inner .txt.full {
	width: 100%;
	float: none;
	margin-bottom: 15px;
	overflow: hidden;
	clear: both;
}
#tanpopo .content .inner .txt.full img {
	float: right;
	margin-left: 10px;
}

#tanpopo .content .inner .img {
	width: 300px;
	float: right;
	text-align: right;
}

/* reco */

#tanpopo .content .reco {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../img/reco_line.jpg) no-repeat bottom center;
}
#tanpopo .content .reco.last {
	background: none;
}
#tanpopo .content .reco .img {
	width: 230px;
	float: left;
}
#tanpopo .content .reco .txt {
	width: 480px;
	float: right;
}
#tanpopo .content .reco .txt.pk h4 {
	color: #FF7373;
	border-color: #FF7373;
}
#tanpopo .content .reco .txt.gr h4 {
	color: #468C00;
	border-color: #468C00;
}
#tanpopo .content .reco .txt.or h4 {
	color: #FF9226;
	border-color: #FF9226;
}

#tanpopo .content .reco .txt.gr h5 {
	color: #468C00;
	font-weight: normal;
	font-size: 14px;
	margin: 5px 0;
	padding: 0;
}
#tanpopo .content .reco .txt p {
	margin-bottom: 15px;
}

#tanpopo .content .reco table {
	padding: 0;
	margin: 10px 10px 20px 10px;
}
#tanpopo .content .reco td {
	width: 25%;
	padding: 15px 10px;
	text-align: center;
	border-left: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
#tanpopo .content .reco th {
	width: 25%;
	padding: 15px 10px;
	text-align: center;
	border-bottom: 1px dotted #CCC;
	font-weight: normal;
}
#tanpopo .content .reco th.last,
#tanpopo .content .reco td.last {
	border-bottom: 0;
}
#tanpopo .content .reco td.tp {
	background: #FFFFBF;
}
#tanpopo .content .reco td.tp .f_big {
	color: #FF7F00;
}



/* Voice */

#tanpopo .content.voice .inner {
	overflow: hidden;
}

#tanpopo .content.voice .inner img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

#tanpopo .content.voice .inner hr {
	clear: both;
}

#tanpopo .content.voice .inner .sub_t {
	text-align: center;
	margin-bottom: 10px;
}

#tanpopo .content.voice .inner .sub_t img {
	float: none;
}

#tanpopo .content.voice .inner h4 {
	background: #FEF7EE;
	padding: 5px;
	color: #FF7F00;
	margin: 0 0 10px 0;
	font-size: 16px;
}

#tanpopo .content.voice .inner strong {
	font-weight: normal;
	color: #FF7F00;
	font-size: 12px;
}


/* Table */

table.list {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin: 10px 0 30px 0;
}

table.list th,table.list td {
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px 15px;
}

table.list td img {
	float: right;
}

table.list td.teiki {
	font-weight: bold;
}

table.list th {
	background: #EEE;
	font-weight: normal;
}


table.detail {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin: 10px 0 5px 0;
}

table.detail th,table.detail td {
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px 15px;
}

table.detail th {
	background: #EEE;
	font-weight: normal;
	text-align: left;
	width: 150px;
}

.item_detail {
	margin-bottom: 30px;
}