@charset "UTF-8";

/*========================================

	東京海上ウエスト少額短期保険株式会社
	
	skin_shataku.css
	Recent Edit | 2016.09.13

========================================*/

/* ●clearfix */

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* For Except Mac IE ¥*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* */

/* △ここまではclearfix基本セット。あとは任意で */

/* For Mac IE Only \*//*/
.clearfix { overflow: hidden; }
/* */

/*	for Dreamweaver
.clearfix{ overflow: hidden; }
*/

/* ●clear */
.clear {
	clear: both;
}

/*----------------------------------------------------*/

#container {
	width: 100%;
	padding-top: 4px;
	background: url(/shataku/img/common/contatiner_bg.gif) left top repeat-x;
}

#pan {
	width: 910px;
	margin: 0 auto;
	padding: 12px 0 10px;
}

#contents {
	width: 916px;
	margin: 30px auto 30px auto;
	padding: 0 15px 0 12px;
	clear: both;
}

/* ●right_side  */
#submenu_block {
	margin: 5px 0 0 0;
	width: 235px;
	float: right;
}

#submenu_hd {
	width: 235px;
	height: 10px;
	background: url(/common/img/submenu_hd.gif) bottom center no-repeat;
}

#submenu {
	text-align: center;
	padding: 10px;
	background: #ebebeb;
	border-radius: 6px;
}

#submenu ul {
	width: 215px;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
}

#submenu ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#submenu ul li.mb10 {
	margin-bottom: 10px;
}

#submenu ul li a {
	display: block;
}

#submenu ul li a[data-lnavi-class="shataku_index"] {
	background: url(/shataku/img/common/s_menu01_on.gif) 0 0 no-repeat;
}

#submenu ul li a[data-lnavi-class="shataku_support"] {
	background: url(/shataku/img/common/s_menu02_on.gif) 0 0 no-repeat;
}

#submenu ul li a[data-lnavi-class="shataku_shiori"] {
	background: url(/shataku/img/common/s_menu03_on.gif) 0 0 no-repeat;
}

#submenu ul li a[data-lnavi-class="shataku_faq"] {
	background: url(/shataku/img/common/s_menu04_on.gif) 0 0 no-repeat;
}

#submenu ul li a[data-lnavi-class="shataku_keiyakusya"] {
	background: url(/shataku/img/common/btn_side_login_on.png) 0 0 no-repeat;
}

#submenu ul li a[data-lnavi-class="shataku_tetsuduki"] {
	background: url(/shataku/img/common/s_menu05_on.gif) 0 0 no-repeat;
}

#submenu ul li a[data-lnavi-class="shataku_jiko"] {
	background: url(/shataku/img/common/s_menu06_on.gif) 0 0 no-repeat;
}

#submenu ul li a:hover img,
body[data-lnavi-class="shataku_index"] #submenu ul li a[data-lnavi-class="shataku_index"] img,
body[data-lnavi-class="shataku_faq"] #submenu ul li a[data-lnavi-class="shataku_faq"] img,
body[data-lnavi-class="shataku_tetsuduki"] #submenu ul li a[data-lnavi-class="shataku_tetsuduki"] img {
	opacity: 0;
}

#submenu_ft {
	width: 235px;
	height: 10px;
	background: url(/common/img/submenu_ft.gif) top center no-repeat;
}

.submenu_line {
	width: 215px;
	height: 2px;
	margin: 10px auto;
	background: url(/img/top/s_menu_line.gif) left center no-repeat;
}

/* ●left_side  */
#main {
	width: 663px;
	float: left;
}

#main p {
	padding: 0;
	/*margin: 0;*/
}

#main p img {
	/*width: 100%;*/
	margin: 0;
	padding: 0;
}

#main .btn_box {
	position: relative;
}

#main .btn_box p.btn01 {
	position: absolute;
	top: 180px;
	left: 180px;
}

#main .btn_box p.btn01 img,
#main .btn_box p.btn02 img {
	width: 281px;
	height: 61px;
}

#main .btn_box p.btn02 {
	position: absolute;
	top: 140px;
	left: 180px;
}

.pageup {
	width: 910px;
	margin: 0 auto 10px auto;
	text-align: right;
	clear: both;
}

img {
	border: none;
	outline: none;
}

.box01 {
	padding-right: 15px;
	padding-left: 15px;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.ml20 {
	margin-left: 10px !important;
}

.margin0 {
	margin: 0;
}

.font_b {
	font-weight: bold
}

.font_ss {
	font-size: 84%;
}

/* h3 */
.h3_basic {
	margin: 0 auto 15px auto;
	padding: 8px 10px 5px 10px;
	border-top: #e3e3e3 solid 1px;
	border-right: #e3e3e3 solid 1px;
	border-bottom: #fe8400 solid 2px;
	border-left: #e3e3e3 solid 1px;
	font-size: 108%;
	font-weight: bold;
	clear: both;
	background: #fceed3;
}

.text-center {
	text-align: center;
}

.pdf_list {
	margin: 0px;
	padding: 0px;
}

.pdf_list li {
	margin: 0;
	padding: 10px 5px 10px 25px;
	background: url(../img_common/icon_pdf.gif) left center no-repeat;
	font-weight: bold;
	list-style-type: none;
}

ul.pdf_list li {
	background: url(../img/common/icon_pdf.gif) left top no-repeat;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #DADADA;
}

.faq_box {
	margin: 0 10px;
	padding: 5px 0 0px 0;
	/*border-bottom: #e3e3e3 dotted 1px;*/
	clear: both;
}

.faq_box .fqa_ttl {
	margin: 0 0 5px 0;
	background-image: url(../img/faq/plus.png), url(../shataku/img/faq/qa_ttl_bg.gif);
	background-repeat: no-repeat, repeat-y;
	background-position: 614px 6px, left top;
	padding-right: 26px;
	cursor: pointer;
}

.faq_box .active {
	background-image: url(../img/faq/minus.png), url(../shataku/img/faq/qa_ttl_bg.gif);
	background-repeat: no-repeat, repeat-y;
	background-position: 614px 6px, left top;
	cursor: pointer;
}

.faq_box .fqa_ttl li {
	float: left;
}

.faq_box .fqa_ttl .icon {
	width: 45px;
	margin: 0 5px 0 0;
}

.faq_box .fqa_ttl .ttl {
	width: 550px;
	padding: 6px 0 2px 0;
	font-weight: bold;
}

.faq_box .ans {
	display: none;
	border-bottom: #e3e3e3 dotted 1px;
	padding-bottom: 20px;
}

.faq_box ul {
	clear: both;
	margin: 0;
	padding: 0;
}

.faq_box li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.fqa_a {
	width: 43px;
	margin-right: 10px !important;
}

.fqa_text {
	width: 590px;
}

.fqa_text img {
	margin: 2px 3px 0 3px;
}

/*テーブル*/
table.faq_table {
	margin: 20px 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}

table.faq_table caption {
	text-align: left;
	font-weight: bold;
}

table.faq_table th {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px;
	text-align: center;
	background: #fffdf1;
	font-weight: bold;
}

table.faq_table td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px 10px;
	table-layout: fixed;
	/*width:20%;*/
}

.tetuduki_step {
	margin: 0 auto 30px;
	border-top: #ccc dotted 1px;
	text-align: left;
}

.tetuduki_step02 {
	margin: 30px auto 40px auto;
	border-bottom: #ccc dotted 1px;
	text-align: left;
}

.tetuduki_line_none {
	border-top: none;
}

.tetuduki_line_none p {
	margin: 0;
}

.tetuduki_step02 p {
	margin: 0;
}

.tetuduki_step ul {
	padding: 10px 5px;
	border-bottom: #ccc dotted 1px;
	clear: both;
}

.tetuduki_step02 ul {
	padding: 10px 5px;
	border-top: #ccc dotted 1px;
	clear: both;
	margin: 0;
}

.tetuduki_step li,
.tetuduki_step02 li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tetuduki_step_no {
	width: 77px;
}

.tetuduki_step_text {
	padding-top: 5px;
	width: 540px;
}

.tetuduki_line_none {
	border-top: none !important;
}

/*注意*/
.kyuko_linebox {
	margin-top: 20px;
	padding: 20px;
	border: #79cfe1 solid 1px;
	background: #f2f6f9;
}

.kyuko_linebox02 {
	margin: 0 10px;
	padding: 10px 10px;
	border: #fdd7d9 solid 1px;
	background: #fff9e9;
	clear: both;
}

.kyuko_tyui {
	margin: 30px 10px 0 10px;
}

p.tyui {
	font-size: 108%;
	font-weight: bold;
	padding: 0;
	color: #fd8600;
}

/*手続きの流れ*/
.tetuduki_download {
	margin: 0 auto 40px;
	padding: 10px;
	border-right: #ccc dotted 1px;
	border-bottom: #ccc dotted 1px;
	border-left: #ccc dotted 1px;
	clear: both;
}

.tetuduki_download p {
	margin-left: 0;
	padding-left: 0;
}

.tetuduki_download .asterisk {
	text-indent: -1em;
	padding-left: 1em;
}

.tetuduki_h4 {
	margin: 0 auto;
	padding: 10px 15px;
	font-size: 100%;
	font-weight: bold;
	background: #ff8201;
	color: #fff;
	font-weight: bold;
	clear: both;
}

.tetuduki_text {
	margin-left: 15px;
	clear: both;
}

.tetuduki_btn {
	margin-top: 0;
	margin-bottom: 20px;
}

.tetuduki_h5 {
	margin-bottom: 10px;
	font-weight: bold;
}

.tetuduki_h6 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: #aaa dotted 1px;
	clear: both;
}

.tetuduki_h6 h5 {
	padding: 2px 10px 0 5px;
	border-left: #ff8201 solid 3px;
	font-size: 100%;
}

.orange01 {
	color: #ff8201;
}

.kyuko_linebox_list {
	margin: 0 10px;
	clear: both;
}

.kyuko_linebox_list dl {
	margin-bottom: 10px;
}

.kyuko_linebox_list dt {
	width: 35px;
	float: left;
}

.kyuko_linebox_list dd {
	width: 530px;
	float: left;
	margin-left: 0;
}

.align_c {
	text-align: center;
}

.asterisk {
	text-indent: -1em;
	padding-left: 1em;
}

/* select */
/* #select {
	width: 100%;
	padding-top: 4px;
	background: url(/select/img/common/contatiner_bg.gif) left top repeat-x;
} */

#select .faq_box .fqa_ttl {
	margin: 0 0 5px 0;
	background-image: url(../img/faq/plus.png), url(../select/img/faq/qa_ttl_bg.gif);
	background-repeat: no-repeat, repeat-y;
	background-position: 614px 6px, left top;
	padding-right: 26px;
	cursor: pointer;
}

#select .faq_box .active {
	background-image: url(../img/faq/minus.png), url(../select/img/faq/qa_ttl_bg.gif);
	background-repeat: no-repeat, repeat-y;
	background-position: 614px 6px, left top;
	cursor: pointer;
}

#submenu ul li a[data-lnavi-class="select_index"] {
	background: url(/select/img/common/s_menu01_on.gif) 0 0 no-repeat;
}

#submenu ul li a[data-lnavi-class="select_index_support"] {
	background: url(/select/img/common/s_menu02_on.gif) 0 0 no-repeat;
}

#submenu ul li a[data-lnavi-class="select_index_shiori"] {
	background: url(/select/img/common/s_menu03_on.gif) 0 0 no-repeat;
}

#submenu ul li a[data-lnavi-class="select_faq"] {
	background: url(/select/img/common/s_menu04_on.gif) 0 0 no-repeat;
}

#submenu ul li a[data-lnavi-class="select_login"] {
	background: url(/select/img/common/btn_side_login_on.png) 0 0 no-repeat;
}

#submenu ul li a[data-lnavi-class="select_tetsuduki"] {
	background: url(/select/img/common/s_menu05_on.gif) 0 0 no-repeat;
}

#submenu ul li a[data-lnavi-class="select_contractant_index"] {
	background: url(/select/img/common/s_menu06_on.gif) 0 0 no-repeat;
}

body[data-lnavi-class="select_index"] #submenu ul li a[data-lnavi-class="select_index"] img,
body[data-lnavi-class="select_faq"] #submenu ul li a[data-lnavi-class="select_faq"] img,
body[data-lnavi-class="select_tetsuduki"] #submenu ul li a[data-lnavi-class="select_tetsuduki"] img {
	opacity: 0;
}

#select .faq_box .ans {
	display: none;
	border-bottom: #fbe3e4 dotted 1px;
	padding-bottom: 20px;
}

#select .h3_basic {
	margin: 0 auto 15px auto;
	padding: 8px 10px 5px 10px;
	border-top: #e3e3e3 solid 1px;
	border-right: #e3e3e3 solid 1px;
	border-bottom: #f4b2ba solid 2px;
	border-left: #e3e3e3 solid 1px;
	font-size: 108%;
	font-weight: bold;
	clear: both;
	background: #fbe3e4;
}

#select .tetuduki_h4 {
	margin: 0 auto;
	padding: 10px 15px;
	font-size: 100%;
	font-weight: bold;
	background: #eba0a7;
	color: #fff;
	font-weight: bold;
	clear: both;
}

#select .tetuduki_h6 h5 {
	padding: 2px 10px 0 5px;
	border-left: #f4b2ba solid 3px;
	font-size: 100%;
}

#select .kyuko_linebox02 {
	margin: 0 10px;
	padding: 10px 10px;
	border: #fdd7d9 solid 1px;
	background: #fff9e9;
	clear: both;
}

#select p.tyui {
	font-size: 108%;
	font-weight: bold;
	padding: 0;
	color: #cc6c76;
}

.pink01 {
	color: #cc6c76;
}
