@charset "UTF-8";

/*----------------------
reset
----------------------*/


body {
color:#333;
font-size:14px;
font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",sans-serif;
line-height:1.5;
-webkit-text-size-adjust: 100%; /* 画面回転時の自動文字サイズ調整機能OFF */
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {outline:0;vertical-align:baseline;margin:0;padding:0;border:0;}
h1,h2,h3,h4,h5,h6 { font-size:100%; }
img { vertical-align:bottom; font-size:0; }


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block; }

ul,ol {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
a {vertical-align:baseline;margin:0;padding:0;text-decoration:none;background:transparent;}
ins {background-color:#ff9;color:#000;text-decoration:none;}
mark {color:#000; font-style:italic;font-weight:bold;background-color:#ff9;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}
hr {display:block;margin:1em 0;padding:0;height:1px;border:0;   border-top:1px solid #cccccc;}
input { vertical-align:middle; padding:3px; font-size:14px; }
select { vertical-align:middle; font-size:14px; }
address { font-style:normal; }




/*----------------------
global tag
----------------------*/

/* link */
a { color:#113ad3; text-decoration:underline; }
a:link { }
a:hover { text-decoration:none; }
a:visited { }
a:active { }
nav a { text-decoration:none; }

/* p */
p { padding:10px 10px 0; }


/*----------------------
wrapper & main_area
----------------------*/

#wrapper { width:320px; margin:0 auto; }
#main_area { line-height:1.5; clear:both; }


/*----------------------
header
----------------------*/
header { }

header h1 {
	
}
#logo { padding:10px 0 10px 10px; float:left; }


/*----------------------
footer
----------------------*/
footer { padding:0 0 10px; margin:0px 0 0; background:#603c35; color:#fff; font-size:12px; text-align:center;}
footer a {color:#fff;}
#f_logo {  padding:10px;  text-align:center;}

#fnav { padding:8px; margin:20px auto 0; color:#3c2621; clear:both; background:#d7cecc;  text-align:left;font-size:12px;}
#fnav a {color:#3c2621; }




/*----------------------
global class
----------------------*/


/* clearfix */
.clearfix {zoom:1;}
.clearfix:after{ content:""; display: block; clear: both;}
.clear { clear:both; }

.color1 { color:#ff0000; }
.color2 { color:#f8901d; }
.color3 { color:#0c56a3; }

.no_wrap{ overflow: hidden;zoom:1; }



/* sld */
#sld { padding:8px 10px; color:#626161; font-size:16px;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
background: -webkit-linear-gradient(top, #fff, #ededed);
background:    -moz-linear-gradient(top, #fff, #ededed);
background:      -o-linear-gradient(top, #fff, #ededed);
background:         linear-gradient(to bottom, #fff, #ededed);
border-bottom: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
}

/* global title */
.title { clear:both; padding:7px 10px; margin:10px 0 0; color:#fff; font-size:14px;
background: -webkit-gradient(linear, left top, left bottom, from(#242a81), to(#1a1e5c));
background: -webkit-linear-gradient(top, #242a81, #1a1e5c);
background:    -moz-linear-gradient(top, #242a81, #1a1e5c);
background:      -o-linear-gradient(top, #242a81, #1a1e5c);
background:         linear-gradient(to bottom, #242a81, #1a1e5c);
border-bottom:1px solid #f1f1f1;
}

/* dl_style */
.dl_style { border:1px solid #ddd; margin:10px auto 0; width:300px; }
.dl_style dt { padding:5px 10px 6px 10px; position:relative; font-weight:bold; border-top:1px solid #ffb8d7; color:#f55097; 
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fccee2));
background: -webkit-linear-gradient(top, #fff, #fccee2);
background:    -moz-linear-gradient(top, #fff, #fccee2);
background:      -o-linear-gradient(top, #fff, #fccee2);
background:         linear-gradient(to bottom, #fff, #fccee2);}
.dl_style dd { padding:10px; border-top:1px solid #ffb8d7; }
.dl_style .open { }
.dl_style dt,
.dl_style .close { }
.dl_style dt:first-child { border-top:none; }

.dl_style dt:before { content:'▼'; float:right; }
.dl_style dt.open:before { content:'▲'; }





