@charset "UTF-8";
/* CSS Document */
.test {
	border: 1px solid #ff0000;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	line-height: 1.4em;
	color: #434343;
	font-size:13px;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

/*clearfix*/
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

* html .cf {
	height: 1px;
}
/*--------------header---------------*/

#Header {
	width:100%;
	margin:0;
	padding:0;
	height:28px;
}
#Header #Logo {
	text-align:center;
	padding:4px 0 0 0;
}
.body_j #Header {
	background-color:#00a63b;
}
.body_j #Header #Logo img{
	width:140px;
}
.body_t #Header {
	background-color:#db2828;
}
.body_t #Header #Logo img{
	width:200px;
}

.sp_img img{
	width:100%;
	height:auto;
}
.sp_img02 img{
	width:96%;
	height:auto;
	text-align:center;
}
.sp_img02{
	text-align:center;
	margin:10px 0 0 0;
}

/*--------------footer---------------*/

#SwitchButton {
	clear: both;
	text-align: center;
	font-size: 100%;
	display: block;
	margin: 0px;
	padding: 10px 0 10px;
	color: #FFF;
}
#SwitchButton a {
	color: #fff;
}
#Footer {
	margin: 15px 0 0 0;
	height: 80px;
	width: 100%;
	display: block;
	clear: both;
	font-size: 74%;
	text-align: center;
	position: relative;
	color: #FFF;
}
.body_j #Footer{
	background: #00a63b;
}
.body_t #Footer{
	background: #000;
}
.copy{
padding:10px 0 0 0;
}
/*------------.gotop-----------------*/

.gotop {
	text-align: right;
	margin: 5px;
	margin-top: 20px;
}
.gotop a {
	background: -moz-linear-gradient(top, #feccb1 0%, #ff8f00 50%, #ff8f00 50%, #ffa83f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feccb1), color-stop(50%, #ff8f00), color-stop(50%, #ff8f00), color-stop(100%, #ffa83f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #feccb1 0%, #ff8f00 50%, #ff8f00 50%, #ffa83f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #feccb1 0%, #ff8f00 50%, #ff8f00 50%, #ffa83f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #feccb1 0%, #ff8f00 50%, #ff8f00 50%, #ffa83f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #feccb1 0%, #ff8f00 50%, #ff8f00 50%, #ffa83f 100%); /* W3C */
	padding: 3px 6px 3px 6px;
	border-radius: 5px;
	text-decoration: none;
	color: #FFF;
}
/*--------------contents---------------*/

h2.h2bar{
	width: 100%;
	padding: 5px 0;
	margin: 10px auto 0;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
	font-weight: bold;
	position: relative;
	font-size: 17px;
	font-weight:bold;
}
.body_j .h2bar{
	background-color:#00a63b;
}
.body_t .h2bar{
	background-color:#db2828;
}

/*------------.gotop-----------------*/
/*----.scroll_top----*/

.scroll_top {
	height: 45px;
	width: 50px;
	bottom: 5px;
	position: fixed;
	right: 5px;
	z-index: 10;
	background-color: #fff;
	opacity: 0.7;
	border-radius: 8px;
	text-align: center;
	-moz-box-shadow: 0px 0px 3px #333;
	-webkit-box-shadow: 0px 0px 3px #333;
}
.scroll_top a {
	font-size: 70%;
	color: #000;
	text-shadow: 1px 1px 1px #FFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	line-height: 1.3;
}
/*--------------下層使い回し設定---------------*/

.paddingarea{
	padding:10px;
}
.paddingarea2{
	padding:0 10px;
}
.inner-contents h2 {
	height: 30px;
	margin: 0;
	clear: both;
	background-repeat: repeat-x;
	background-position: left center;
	padding-right: 0;
	padding-left: 10px;
	color: #333333;
	line-height: 35px;
	background-image: url(/tolstatic/sp/images/bg_h2detail.png);
	margin-top: 10px;
	font-size: 110%;
	width:98%;
}
.inner-contents h2 span {
	width: 17px;
	float: right;
	margin: -10px 10px 0 0;
}

.inner-contents img {
	max-width: 100%;
	height: auto;
}

.cha {
	color: #733d03;
}
.cream {
	color: #fdecb7;
}
.blue {
	color: #52a7ff;
}
.red {
	color: #e20d03;
}
.yellow {
	color: #ffcc01;
}
.pink {
	color: #e20d03;
}
.pink {
	color: #dd5e61;
}
.m_5 {
	margin-bottom: 5px !important;
}
.m_10 {
	margin-bottom: 10px !important;
}
.m_15 {
	margin-bottom: 15px !important;
}
.m_20 {
	margin-bottom: 20px !important;
}
.m_30 {
	margin-bottom: 30px !important;
}
.m_40 {
	margin-bottom: 40px !important;
}
.m_50 {
	margin-bottom: 50px !important;
}
.m_60 {
	margin-bottom: 60px !important;
}
/*margin*/
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-45 {
	margin-top: 45px;
}
.mt-50 {
	margin-top: 50px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mr-20 {
	margin-right: 20px;
}
.mr-25 {
	margin-right: 25px;
}
.mr-30 {
	margin-right: 30px;
}
.mr-35 {
	margin-right: 35px;
}
.mr-40 {
	margin-right: 40px;
}
.mr-45 {
	margin-right: 45px;
}
.mr-50 {
	margin-right: 50px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-25 {
	margin-left: 25px;
}
.ml-30 {
	margin-left: 30px;
}
.ml-35 {
	margin-left: 35px;
}
.ml-40 {
	margin-left: 40px;
}
.ml-45 {
	margin-left: 45px;
}
.ml-50 {
	margin-left: 50px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mb-50 {
	margin-bottom: 50px;
}
.text10 {
	font-size: 84%;
}
.text11 {
	font-size: 92%;
}
.text12 {
	font-size: 100%;
}
.text13 {
	font-size: 109%;
}
.text14 {
	font-size: 117%;
}
.text15 {
	font-size: 125%;
}
.text16 {
	font-size: 134%;
}
.text17 {
	font-size: 142%;
}
.text18 {
	font-size: 150%;
}
.text19 {
	font-size: 159%;
}
.text20 {
	font-size: 167%;
}
.text21 {
	font-size: 175%;
}
.text22 {
	font-size: 184%;
}
.text23 {
	font-size: 192%;
}
.text24 {
	font-size: 200%;
}
.text25 {
	font-size: 209%;
}
.text26 {
	font-size: 217%;
}
/*ETC*/

.clear {
	clear: both;
}
.fl-right {
	float: right;
}
.fl-left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}



/* まとめて資料請求枠 */
.all-request{
	margin:5px 0 0 0;
	height:50px;
}
.all-request p{
	padding:5px 0 0 0;
	font-size:11px;
	line-height:1.4em;
	color:#ffffff;
}
.body_j .all-request .allbar{
	background: url(/tolstatic/sp/images/bg_bar.jpg) repeat-x 0 0;
	height:40px;
	padding:0 5px 0 0;
}
.body_t .all-request .allbar{
	background: url(/tolstatic/sp/images_t/bg_bar.jpg) repeat-x 0 0;
	height:40px;
	padding:0 5px 0 0;
}

.all-request .all-checked{
	float:left;
	margin:5px;
	width:130px;
	height:30px;
	background-color:#ffffff;
}
.all-request .all-checked input{
	margin:5px;
	width:20px;
	height:20px;
}
.all-request .all-checked input[type=checkbox] {
	-moz-transform: scale( 1.2 , 1.2 );
}
.all-request .all-checked span{
	font-size:15px;
	font-weight:bold;
	color:#666666;
	vertical-align: 4px;
}

/* リストエリア */
.list-area{
	position: relative;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

.list-area .check-area{
	float: left;
}
.list-area .check-area input{
	display: block;
	left: 10px;
	margin: -5px 0 0;
	position: absolute;
	top: 15px;
}
.list-area .check-area input[type=checkbox] {
	vertical-align: middle;
	background-color: #ffffff;
}
.list-area .detail-area{
	padding-left: 26px;
}
.list-area .datail-inner{
	padding:0 10px 10px;
	background: #FFF;
}
.list-area .datail-inner .list-image{
	float:left;
	margin:10px 10px 0 0;
}
.list-area .datail-inner .list-image img{
	max-width:60px;
}
.list-area .datail-inner .name-area{
	float:left;
	margin:10px 0 0 0;
}
.list-area .datail-inner .name-area .rubi{
	font-size:10px;
	color:#333333;
	white-space: nowrap;
}
.list-area .datail-inner .name-area .jyuku-name{
	margin:0;
	font-size:15px;
	font-weight:bold;
	color:#07248c;
}
.list-area .datail-inner .name-area .jyuku-name a{
	color:#07248c;
}
.list-area .datail-inner .name-area .jyuku-name a:hover{
	text-decoration:none;
}
.list-area .datail-inner .basic-data{
	margin:10px 0 0 0;
}

.list-area .datail-inner .basic-data .list-data{
	float:left;
	margin:0;
}
.spec-area th{
	font-weight: bold;
	color: #666666;
	width: 78px;
	height: 25px;
}
.spec-area td a{
	word-break: break-all;
}
.spec-area th.vtop{
	vertical-align: top;
}
.spec-area td{
	line-height: 1.5em;
}
.spec-area .list-spec li{
	display:inline-block;
	margin:2px 0 0 0;
}
.list-area .datail-inner .basic-data .list-txt{
	margin:10px 0 0 0;
	padding:0 10px 0 0;
}

/*=== テーブルスタイル以下 ====*/

.price table{
	width: 100%;
	border-top:dotted 1px #b8b8b8;
	border-bottom: none;
}
.price table tbody{
	width: 100%;
	border-top:dotted 1px #b8b8b8;
	border-bottom: none;
}
.price table th {
	width: 20%;
	background-color: #e82b36;
	border-bottom: dotted 1px #b8b8b8;
	color:#ffffff;
	padding: 3px 5px ;
	font-size:13px;
	font-weight:bold;
	text-align: left;
}
.price table td {
	border-bottom: dotted 1px #b8b8b8;
	padding: 3px 5px ;
	font-size:11px;
	font-weight:bold;
}

.pricetitle{
	margin:10px 0 0 0;
	font-weight: bold;
	color: #666666;
}

.form-area{
	margin: 10px 10px 20px;
	padding: 13px 13px 10px;
	border: 1px solid #ccc;
	background: #fcf7e5;
	-webkit-box-shadow: 0 0 3px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.form-list .from-in-ss{
	padding:10px 2px;
	font-size: 16px;
	width: 20%;
}
.form-list .from-in-s{
	padding:10px 2px;
	font-size: 16px;
	width: 30%;
}
.form-list .from-in-l{
	padding:5px 2px;
	font-size: 16px;
	width: 90%;
}
.form-list select{
	font-size: 16px;
}
.form-list dl{
}
.form-list .form-ess{
	margin:0 0 0 5px;
	padding: 1px 5px;
	color: #f00;
	background: #fff;
	font-size: 11px;
	margin: 0 0 0 5px;
}
.form-list .form-exp{
	padding:2px 0 0 0;
	color: #666;
}
.form-list .form-err{
	padding:2px 0 0 0;
	color: #f00;
}
.form-list dt{
	margin:0;
	padding: 1px 0 1px 6px;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
}
.form-list dd{
	padding: 0 0 8px 3px;
}

.form-list .form-exp {
	padding: 2px 0 0 0;
	color: #666;
	font-size:12px;
}

#submit input{
	max-width:100%;
	height:auto;
}


.agreement {
	text-align: left;
	padding:10px;
}
.agreement li{
	font-size: 11px;
	line-height:1.3em;
}
.agreetxt{
	text-align: left;
	color:#666666;
	font-weight:bold;
}
.terms_i{
	margin-top:10px;
}
.attention2{
	margin:0;
	display:block;
	color:#FD7003;
}
.agree{
	text-align:center;
	font-size: 12px;
	padding:10px;
}
#agreement {
	overflow:auto;
	padding:5px;
	width:auto;
	height:5em;
	font-size: 0.9em;
	border: solid 1px #ccc;
	margin:0;
}
#agreement p{
	font-size:11px;
	line-height:1.3em;
}

