@charset "UTF-8";

/*----------------------------------

reset
 
---------------------------------- */


html{
    -webkit-text-size-adjust: none;
}/*フォントサイズの自動サイズを無効化*/


/* reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}


section  {
	margin-bottom: 20px;
}


/*----------------------------------

base
 
---------------------------------- */

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;

	font-size: 16px;
	line-height: 170%;
	color: #3b3b3b;
	margin: 0px;
	padding: 0px;
	background-color: #fbf8f5;
	
	width: 100%;
	
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}



/*----------------------------------

画像
 
---------------------------------- */

img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom
	
}
.imgline {
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #ff6fa3;
	
}
.imgline02 {
	background-color: #FFF;
	padding: 2px;
}

.img_right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

@media screen and (max-width: 750px) {
.img_right img {
	width: 80px;
}
}


.img_left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.img_deco {
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #ececed;
}

.img_deco02 {
	background-color: #FFF;
	padding: 3px;
	box-shadow: 0 5px 10px -6px rgba(0,0,0,.3);
	
}



.c-both {
    clear:both; display:block; visibility:hidden;
}

/*----------------------------------

テキスト
 
---------------------------------- */

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	
}



@media screen and (max-width: 750px) {

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
}

.t10 { font-size: 10px; }
.t12 { font-size: 12px; }
.t08 { font-size: 80%; }
.t14 { font-size: 14px; }
.t16 { font-size: 16px; }
.t18 { font-size: 18px; }
.t20 { font-size: 20px; }
.t24 { font-size: 24px; }
.t30 { font-size: 30px; }

@media screen and (max-width: 750px) {

.t16 { font-size: 125%; }
}


/*----------------------------------

リンク色
 
---------------------------------- */

a:link {
	color: #3b3b3b;
	text-decoration: none;
}
a:visited {
	color: #3b3b3b;
	text-decoration: none;
}
a:hover {
	color: #3b3b3b;
}


/*----------------------------------

テキスト装飾
 
---------------------------------- */

.red {
	color: #fe4729;
}
.pink {
	color: #feb4c5;
}
.blue {
	color: #06F;
}

.green {
	color: #0fbc02;
}

.red_u {
	color: #fe4729;
	text-decoration: underline;
}

.yellow_bg {
	background-color: #FF0;
	font-weight: bold;
}

.und {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.pickup {
	font-weight: bold;
	background-color: #FF9;
}

.orange {
	color:#fbb107;
}




/*----------------------------------

wrapper
 
---------------------------------- */

.wrap900 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.wrap830 {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}

.wrap710 {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
}

.wrap625 {
	width: 625px;
	margin-right: auto;
	margin-left: auto;
}


.wrap560 {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}

.wrap610 {
	width: 610px;
	margin-right: auto;
	margin-left: auto;
}


.wrap720 {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}

.wrap775 {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}




/*----------------------------------

bottom
 
---------------------------------- */

.btm02 {
	margin-bottom: 2px;
}
.btm05 {
	margin-bottom: 5px;
}
.btm08 {
	margin-bottom: 8px;
}
.btm10 {
	margin-bottom: 10px;
}
.btm15 {
	margin-bottom: 15px;
}
.btm20 {
	margin-bottom: 20px;
}
.btm25 {
	margin-bottom: 25px;
}
.btm30 {
	margin-bottom: 30px;
}
.btm40 {
	margin-bottom: 40px;
}
.btm50 {
	margin-bottom: 50px;
}
.btm60 {
	margin-bottom: 60px;
}
.btm70 {
	margin-bottom: 70px;
}
.btm80 {
	margin-bottom: 80px;
}


/*----------------------------------

frame
 
---------------------------------- */

.gray_frame {
	border: 6px solid #CCC;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.gray_frame02 {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}




/*----------------------------------

ブレッド
 
---------------------------------- */

ul.bullet {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40;
	margin-left: 0;
}
ul.bullet li {
	list-style: none;
	line-height: 150%;
	letter-spacing: 1px;
	font-weight: bold;
	background-image: url(../img/common/check.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	border-bottom: dotted 1px #999999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 105%;
}

ul.bullet02 {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}
ul.bullet02 li {
	list-style: none;
	line-height: 150%;
	letter-spacing: 1px;
	border-bottom: dotted 1px #999999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 95%;
}

ul.memo {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40;
	margin-left: 0;
}
ul.memo li {
	list-style: none;
	line-height: 170%;
	letter-spacing: 1px;
	background-image: url(../img/common/memo.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	border-bottom: dotted 1px #999999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 40px;
}



ul.sitemap {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40;
	margin-left: 0;
}
ul.sitemap li {
	list-style: none;
	line-height: 150%;
	letter-spacing: 1px;
	background-image: url(../img/sitemap/ecalic033_001.png);
	background-position: left 8px;
	background-repeat: no-repeat;
	border-bottom: dotted 1px #999999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size:95%;
}






@media screen and (max-width: 750px) {
ul.bullet {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40;
	margin-left: 0;
}
ul.bullet li {
	list-style: none;
	line-height: 150%;
	letter-spacing: 1px;
	font-weight: bold;
	background-image: url(../img/common/check.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	border-bottom: dotted 1px #999999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 40px;
	font-size: 95%;
}

ul.media {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40;
	margin-left: 0;
}
ul.media li {
	list-style: none;
	line-height: 150%;
	letter-spacing: 1px;
	font-weight: bold;
	background-image: url(../img/common/book.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	border-bottom: dotted 1px #999999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 95%;
}


ul.memo {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}
ul.memo li {
	list-style: none;
	line-height: 150%;
	letter-spacing: 1px;
	font-weight: bold;
	background-image: url(../img/common/memo.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	border-bottom: dotted 1px #999999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 40px;
	font-size: 95%;
}





}




/*---------- ブレット ----------*/
ul.bullet03 {
list-style:none;
margin:0;
padding:0;
}
ul.bullet03 li {
	list-style: none;
	font-size: 90%;
	line-height: 150%;
	letter-spacing: 1px;
	font-weight: normal;
	background-image: url(../img/common/check02.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 30px;
}

.small {
	font-size: 9px;
	color: #333;
	line-height: 100%;
}


.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index:6;
	
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #fb7c3e;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
	
}


.more02 {
	position: relative;
	border-radius: 4px;
	background-color: #b8202c;
	box-shadow: 0 3px 0 #b8202c;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-align: center;
	text-decoration: none;
vertical-align: middle;
	width:250px;
	font-size:100%;
	font-weight: bold;
	height: 30px; 
	line-height:32px;



}
.more02 a:link,.more02 a:visited {
	color: #FFF;
	text-decoration: none;
}

.more02 a:hover {
	color: #FF9;
	text-decoration: underline;
	font-size:100%;
	width:250px;
	padding-top: 4px;
	height: 28px;
	border-radius: 4px;

	box-shadow: 0 3px 0 #b8202c;
	border-radius: 4px;

}

.more02 ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: right;	
}

.more02 li {
	font-size: 95%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/common/arrow.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: left 7px;
}



@media screen and (max-width: 750px) {
	
.more02 {
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.more02 ul {
	display: block;
	padding: 0px;
	text-align: center;
	float: none;
	width: 200px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.more02 li a {
	display: block;
}

.more02 li {
	display: block;
	font-size: 14px;
	background-image: none;
	background-repeat: repeat;
	list-style-type: none;
	background-color: #0249af;
	color: #FFF;
	margin: 0px;
	padding: 3px;
	width: 200px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.more02 a:link,.more02 a:visited {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

.more02 a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}	
	
}








.side_section p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	font-size: 95%;
	line-height: 180%;
}


/*----------------------------------

アコーディオン01
 
---------------------------------- */

.acc01 {
	margin-bottom:10px;
}

.acc01 dt
{
	background: url("../img/common/ac_icon01.png") no-repeat right center,rgb(142,152,101,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url("../img/common/ac_icon01.png") no-repeat right center,-moz-linear-gradient(top,  rgba(142,152,101,1) 0%, rgba(142,152,101,1) 100%); /* FF3.6+ */
	background: url("../img/common/ac_icon01.png") no-repeat right center,-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(142,152,101,1)), color-stop(100%,rgba(142,152,101,1))); /* Chrome,Safari4+ */
	background: url("../img/common/ac_icon01.png") no-repeat right center,-webkit-linear-gradient(top,  rgba(142,152,101,1) 0%,rgba(142,152,101,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url("../img/common/ac_icon01.png") no-repeat right center,-o-linear-gradient(top,  rgba(142,152,101,1) 0%,rgba(142,152,101,1) 100%); /* Opera 11.10+ */
	background: url("../img/common/ac_icon01.png") no-repeat right center,-ms-linear-gradient(top,  rgba(142,152,101,1) 0%,rgba(142,152,101,1) 100%); /* IE10+ */
	background: url("../img/common/ac_icon01.png") no-repeat right center,linear-gradient(top,  rgba(142,152,101,1) 0%,rgba(142,152,101,1) 100%); /* W3C */
	filter: url("../img/common/ac_icon01.png") no-repeat right center,progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde200', endColorstr='#fde200',GradientType=0 ); /* IE6-8 */
	background-size: 31px 20px,auto auto;
	-moz-background-size: 31px 20px,auto auto;
	-o-background-size: 31px 20px,auto auto;
	-webkit-background-size: 31px 20px,auto auto;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.2;
	color:#fff;

	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin: 0px;
	text-shadow: 1px 1px 3px rgba(73,79,49,0.5);
}

.acc01 dt.active
{
	background: url("../img/common/ac_icon02.png") no-repeat right center,rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url("../img/common/ac_icon02.png") no-repeat right center,-moz-linear-gradient(top,  rgba(142,152,101,1) 0%, rgba(142,152,101,1) 100%); /* FF3.6+ */
	background: url("../img/common/ac_icon02.png") no-repeat right center,-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(142,152,101,1)), color-stop(100%,rgba(142,152,101,1))); /* Chrome,Safari4+ */
	background: url("../img/common/ac_icon02.png") no-repeat right center,-webkit-linear-gradient(top,  rgba(142,152,101,1) 0%,rgba(142,152,101,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url("../img/common/ac_icon02.png") no-repeat right center,-o-linear-gradient(top,  rgba(140,185,185,1) 0%,rgba(142,152,101,1) 100%); /* Opera 11.10+ */
	background: url("../img/common/ac_icon02.png") no-repeat right center,-ms-linear-gradient(top,  rgba(140,185,185,1) 0%,rgba(142,152,101,1) 100%); /* IE10+ */
	background: url("../img/common/ac_icon02.png") no-repeat right center,linear-gradient(top,  rgba(140,185,185,1) 0%,rgba(142,152,101,1) 100%); /* W3C */
	filter: url("../img/common/ac_icon02.png") no-repeat left center,progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde200', endColorstr='#fde200',GradientType=0 ); /* IE6-8 */
	background-size: 31px 20px,auto auto;
	-moz-background-size: 31px 20px,auto auto;
	-o-background-size: 31px 20px,auto auto;
	-webkit-background-size: 31px 20px,auto auto;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.2;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin: 0px;
	text-shadow: 1px 1px 3px rgba(73,79,49,0.5);
}

.acc01 dd
{
    padding: 10px;
}


input ,select {
position:relative;
top:-3px;
}


/*----------------------------------

フォーム
 
---------------------------------- */

input.type01 { width: 100px; }
input.type02 { width: 300px; }
input.type03 { width: 200px; }
textarea.type04 { width: 300px; }
select.type05 { width: 200px; font-size:14px; padding:5px; }

@media screen and (max-width: 949px) {
input.type01 { width: 100px; }
input.type02 { width: 300px; }
input.type03 { width: 200px; }
textarea.type04 { width: 300px; }
}


@media screen and (max-width: 750px) {
input.type01 { width: 100px; }
input.type02 { width: 200px; }
input.type03 { width: 200px; }
textarea.type04 { width: 200px; }
}