﻿.ttl_area {
    padding: 12px 0;
    background: #F88AC3;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
}
.link_box {
    margin: 0 0 20px 0;
}
.link_box li[class^="chihou"]:not(.no_accordion),
.link_box .pref a {
    position:relative;
    display: block;
    height: 54px;
    line-height: 54px;
    padding: 0 0 0 12px;
    border-bottom: solid 1px #dfdfdf;
    color: #333;
}
.link_box li[class^="chihou"]:not(.no_accordion)::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 6px;
    position: relative;
    margin: 0 8px 0 0;
    border-radius: 2px;
    vertical-align: text-top;
}
.link_box li.no_accordion a {
    position:relative;
    display: block;
    height: 54px;
    line-height: 54px;
    padding: 0 0 0 12px;
    border-bottom: solid 1px #dfdfdf;
    color: #333;
}
.link_box li.no_accordion a::before {
     content: "";
    display: inline-block;
    height: 20px;
    width: 6px;
    position: relative;
    margin: 0 8px 0 0;
    border-radius: 2px;
    vertical-align: text-top;
}
.link_box .chihou_1::before {
    background: #CCF1F1;
}
.link_box .chihou_2::before {
    background: #FFF3A7;
}
.link_box .chihou_3::before {
    background: #DED1F1;
}
.link_box .chihou_4::before {
    background: #F8D0EE;
}
.link_box .chihou_5::before {
    background: #C6E9D1;
}
.link_box .chihou_6::before {
    background: #EED7C7;
}
.link_box .chihou_7::before {
    background: #FFD9D1;
}
.link_box .chihou_8 a::before {
    background: #C3D8F3;
}
.link_box .chihou_9::before {
    background: #FFE0BC;
}
.link_box .chihou_10 a::before {
    background: #F2C7D5;
}
.link_box .chihou_11::before {
    background: #E8F1BA;
}
.link_box .chihou_12 a::before {
    background: #A6D9C9;
}
.link_box .pref {
    display: none;
}
.link_box .pref a {
    background: #FFF8FC;
    font-size: 1.3rem;
}
.link_box svg.open {
    height: 12px;
    width: 12px;
    position: absolute;
    top: 50%;
    right: 12px;
    fill: #999999;
    padding: 4px;
    border: solid 1px #ddd;
    background: #FEEBF5;
    vertical-align: middle;
    -webkit-transform: translateY(-50%);
}
.link_box svg.close {
    height: 12px;
    width: 12px;
    position: absolute;
    top: 50%;
    right: 12px;
    fill: #999999;
    padding: 4px;
    border: solid 1px #ddd;
    background: #FEEBF5;
    vertical-align: middle;
    -webkit-transform: translateY(-50%);
}
.link_box svg.arrow {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    right: 16px;
    fill: #999999;
    vertical-align: middle;
    -webkit-transform: translateY(-50%);
}
#torikumi {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align: middle;
    background:transparent;
	font-family: "メイリオ","Meiryo","Lucida Grande","Helvetica","monospace","Hiragino Kaku Gothic Pro","MS P Gothic",sans-serif;
    background-image: url(../../images/torikumi/bg_torikumi.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    line-height: 1.4;
}
#torikumi h2 {
    display: inline-block;
    width: 90%;
    color: #3399CC;
    margin: 5px 0 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4em;
}
#torikumi .catch {
    margin: 5px 10px;
    text-align: center;
}
#torikumi .catch h3 {
    border-top: solid 3px #fcce4d;
    border-bottom: solid 3px #fcce4d;
    color: rgb(255,85,153);
    padding: 5px;
    font-weight: bold;
	font-size:18px;
}
#torikumi .sub_catch {
    margin-bottom: 10px;
    text-align: center;
}
#torikumi .title {
    clear: both;
	position: relative;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 8px;
	border-top: solid 1px #E55B00;
	font-size: 14px;
	color: #FFF;
	text-shadow: -1px -1px 0px #E55B00, 1px -1px 0px #E55B00, 1px 1px 0px #E55B00, -1px 1px 0px #E55B00;
	-moz-text-shadow: -1px -1px 0px #E55B00, 1px -1px 0px #E55B00, 1px 1px 0px #E55B00, -1px 1px 0px #E55B00;
	-webkit-text-shadow: -1px -1px 0px #E55B00, 1px -1px 0px #E55B00, 1px 1px 0px #E55B00, -1px 1px 0px #E55B00;
    background: rgb(255,159,96); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,159,96,1) 0%, rgba(255,102,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,159,96,1)), color-stop(100%,rgba(255,102,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,159,96,1) 0%,rgba(255,102,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,159,96,1) 0%,rgba(255,102,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,159,96,1) 0%,rgba(255,102,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,159,96,1) 0%,rgba(255,102,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9f60', endColorstr='#E55B00',GradientType=0 ); /* IE6-9 */
}
#torikumi .title:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 2;
	box-shadow: 0/*x方向ずれ*/ 3px/*y方向ずれ*/ 3px/*シャドウ範囲*/ #AAA/*シャドウ色*/;
	-moz-box-shadow: 0/*x方向ずれ*/ 3px/*y方向ずれ*/ 3px/*シャドウ範囲*/ #AAA/*シャドウ色*/;
	-webkit-box-shadow: 0/*x方向ずれ*/ 3px/*y方向ずれ*/ 3px/*シャドウ範囲*/ #AAA/*シャドウ色*/;
}
#torikumi .torikumi_box .torikumi_text {
    margin: 8px 10px;
    font-size: 14px;
}
.dis_table {
    display: table-cell;
}
#torikumi .torikumi_box .torikumi_text .dis_table span {
    color: #f06;
    font-size: 14px;
}
#torikumi .torikumi_box .torikumi_text img.box1 {
    width: 82px;
    height: 73px;
}
#torikumi .torikumi_box .torikumi_text img.box2 {
    width: 65px;
    height: 100px;
}
#torikumi .torikumi_box .torikumi_text img.box3 {
    width: 82px;
    height: 100px;
}
#torikumi .torikumi_box p {
    line-height: 1.6;
}
#torikumi .torikumi_box p a {
    text-decoration: underline;
    color: #0000EE;
}
#torikumi .title2 {
    clear: both;
	position: relative;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 8px;
	border-top: solid 1px #fcce4d;
	font-size: 14px;
	color: #FF0066;
	text-shadow: -1px -1px 0px #FFF, 1px -1px 0px #FFF, 1px 1px 0px #FFF, -1px 1px 0px #FFF;
	-moz-text-shadow: -1px -1px 0px #FFF, 1px -1px 0px #FFF, 1px 1px 0px #FFF, -1px 1px 0px #FFF;
	-webkit-text-shadow: -1px -1px 0px #FFF, 1px -1px 0px #FFF, 1px 1px 0px #FFF, -1px 1px 0px #FFF;
    background: rgb(253,241,184); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(253,241,184,1) 0%, rgba(252,206,77,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,241,184,1)), color-stop(100%,rgba(252,206,77,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(253,241,184,1) 0%,rgba(252,206,77,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(253,241,184,1) 0%,rgba(252,206,77,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(253,241,184,1) 0%,rgba(252,206,77,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(253,241,184,1) 0%,rgba(252,206,77,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf1b8', endColorstr='#fcce4d',GradientType=0 ); /* IE6-9 */
}
#torikumi .title2:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 2;
	box-shadow: 0/*x方向ずれ*/ 3px/*y方向ずれ*/ 3px/*シャドウ範囲*/ #AAA/*シャドウ色*/;
	-moz-box-shadow: 0/*x方向ずれ*/ 3px/*y方向ずれ*/ 3px/*シャドウ範囲*/ #AAA/*シャドウ色*/;
	-webkit-box-shadow: 0/*x方向ずれ*/ 3px/*y方向ずれ*/ 3px/*シャドウ範囲*/ #AAA/*シャドウ色*/;
}
#torikumi .title2 strong {
	color: #3399CC;
}
#torikumi .ac_box .bg {
    background-color: #ACC5AC;
    padding: 0 0 5px 0;
}
#torikumi .ac_box .ac_text {
    position: relative;
    text-align: center;
    padding-top: 5px;
}
#torikumi .ac_box .ac_text .ac_box1 {
    width: 320px;
    height: 80px;
}
#torikumi .ac_box .ac_text .ac_box2 {
    width: 58px;
    height: 40px;
}
#torikumi .ac_box .ac_box_text {
    background-color: #EFF5EF;
    margin: 5px 10px;
    padding: 5px;
    font-size: 14px;
    text-align: left;
    color: #440E00;
}
#torikumi .ac_box .bt_ac {
    width: 50%;
    margin: 10px auto 5px auto;
    padding: 0;
    position: relative;
}
#torikumi .ac_box .bt_ac .bt_style {
    padding: 0;
    vertical-align: middle;
    width: 100%;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    line-height: 38px;
    text-align: center;
    text-shadow: 1px 1px 1px #cc0000;
    border: solid 2px #CCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    background: rgb(255,85,153); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,85,153,1) 0%, rgba(255,0,102,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,85,153,1)), color-stop(100%,rgba(255,0,102,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,85,153,1) 0%,rgba(255,0,102,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,85,153,1) 0%,rgba(255,0,102,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,85,153,1) 0%,rgba(255,0,102,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,85,153,1) 0%,rgba(255,0,102,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5599', endColorstr='#ff0066',GradientType=0 ); /* IE6-9 */
}
	#torikumi  .bt_style a {
		color: #ffffff;
        text-decoration: none;
	}


#torikumi .ac_box span {
    position: absolute;
    top: -5px;
    left: -10px;
}
.attention {
    font-size: 11px;
    text-align: center;
    margin: 3px 0 10px 0;
}
.attention a {
    text-decoration: underline;
    color: #0000EE;
}
.ac_riyou {
    font-size: 11px;
    margin: 5px 10px 10px 10px;
    padding: 5px;
    border: double 3px #999;
    background-color: #FFF;
    color: #666;
}
#torikumi .title3 {
    clear: both;
	position: relative;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 8px;
	border-top: solid 1px #333;
	font-size: 14px;
	color: #FFF;
	text-shadow: -1px -1px 0px #333, 1px -1px 0px #333, 1px 1px 0px #333, -1px 1px 0px #333;
	-moz-text-shadow: -1px -1px 0px #333, 1px -1px 0px #333, 1px 1px 0px #333, -1px 1px 0px #333;
	-webkit-text-shadow: -1px -1px 0px #333, 1px -1px 0px #333, 1px 1px 0px #333, -1px 1px 0px #333;
    background: rgb(89,89,89); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(89,89,89,1) 0%, rgba(35,35,35,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,89,89,1)), color-stop(100%,rgba(35,35,35,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(89,89,89,1) 0%,rgba(35,35,35,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(89,89,89,1) 0%,rgba(35,35,35,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(89,89,89,1) 0%,rgba(35,35,35,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(89,89,89,1) 0%,rgba(35,35,35,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#232323',GradientType=0 ); /* IE6-9 */
}
#torikumi .title3:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	z-index: 2;
	box-shadow: 0/*x方向ずれ*/ 3px/*y方向ずれ*/ 3px/*シャドウ範囲*/ #AAA/*シャドウ色*/;
	-moz-box-shadow: 0/*x方向ずれ*/ 3px/*y方向ずれ*/ 3px/*シャドウ範囲*/ #AAA/*シャドウ色*/;
	-webkit-box-shadow: 0/*x方向ずれ*/ 3px/*y方向ずれ*/ 3px/*シャドウ範囲*/ #AAA/*シャドウ色*/;
}
#torikumi .tuho_box .tuho_text {
    position: relative;
    text-align: center;
    padding-top: 5px;
}
#torikumi .tuho_box .tuho_text .tuho_box1 {
    width: 320px;
    height: 75px;
}
#torikumi .tuho_box .bt_tuho {
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0;
    position: relative;
}
#torikumi .tuho_box .bt_tuho .bt_style {
    margin: 0 auto;
    padding: 0;
    vertical-align: middle;
    width: 50%;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    line-height: 38px;
    text-align: center;
    text-shadow: 1px 1px 1px #cc0000;
    border: solid 2px #CCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    background: rgb(255,0,51); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,0,51,1) 0%, rgba(204,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,0,51,1)), color-stop(100%,rgba(204,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,0,51,1) 0%,rgba(204,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,0,51,1) 0%,rgba(204,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,0,51,1) 0%,rgba(204,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,0,51,1) 0%,rgba(204,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0033', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
}
