
@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  リセット
**************************************************
--------------------------------------------------*/

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,
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;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

input:hover {
    opacity: 0.8;
}

body {
	background: none repeat scroll 0% 0%;
	color: #333;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.8px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
}

* {
     border: 0px none;
     margin: 0px;
     padding: 0px;
}

table {
     border-collapse: collapse;
     border-spacing: 0px;
}

html {
     overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, form {
     margin: 0px;
     padding: 0px;
}

ul {
     list-style-type: none;
}

.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.clearfix { zoom:1; }

p{
	margin-bottom:20px;
}

/*--------------------------------------------------
**************************************************
  フォントカラー・フォントサイズ
**************************************************
--------------------------------------------------*/
a {
     color: #093e52;
     text-decoration: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
a:hover {
     color: #093e52;
     text-decoration: underline;
}
a img{
	display: block;
	transition: 0.5s;
}

a img:hover {
	opacity: 0.7;
	transition: 0.5s;
}
em {
	color: #e58c93;
	font-weight: normal;
	font-style: normal;
}
strong { font-size: 130%;}

.bold { font-weight: bold;}

.big01 { font-size: 110%;}
.big02 { font-size: 120%;}
.big03 { font-size: 130%;}
.big04 { font-size: 140%;}
.big05 { font-size: 150%;}

.small { font-size: 85%;}

.fs90{ font-size: 90%;}
.fs80{ font-size: 80%;}
.fs70{ font-size: 70%;}
.fs60{ font-size: 60%;}

.red { color: #cc0000;}
.green { color: #108313;}
.pink { color: #f04380;}
.blue { color: #1d1d60;}

/*--------------------------------------------------
**************************************************
  ボックスレイアウト(基本)
**************************************************
--------------------------------------------------*/
/*左寄せ（画像）*/
.imgs_left{
	margin: 0;
	padding: 0 15px 0 0;
	float: left;
}

/* --マージンなしフロート-- */
.img_l {
	float: left;
}
.img_r {
	float: right;
}
img.img_disc{
	border-radius: 20px;
}
.center{ text-align: center;}

.mb10 { margin-bottom: 10px; !important}
.mb20 { margin-bottom: 20px; !important}
.mb30 { margin-bottom: 30px; !important}
.mb40 { margin-bottom: 40px; !important}
.mb50 { margin-bottom: 50px; !important}
.mb60 { margin-bottom: 60px; !important}
.mb70 { margin-bottom: 70px; !important}
.mb80 { margin-bottom: 80px; !important}
.mb90 { margin-bottom: 90px; !important}
.mb100 { margin-bottom: 100px; !important}

.mt10 { margin-top: 10px; !important}
.mt20 { margin-top: 20px; !important}
.mt30 { margin-top: 30px; !important}
.mt40 { margin-top: 40px; !important}
.mt50 { margin-top: 50px; !important}
.mt60 { margin-top: 60px; !important}
.mt70 { margin-top: 70px; !important}
.mt80 { margin-top: 80px; !important}
.mt90 { margin-top: 90px; !important}
.mt100 { margin-top: 100px; !important}

.ml5 { margin-left: 5px; !important}
.ml10 { margin-left: 10px; !important}
.ml20 { margin-left: 20px; !important}
.ml30 { margin-left: 30px; !important}
.ml40 { margin-left: 40px; !important}
.ml50 { margin-left: 50px; !important}
.ml60 { margin-left: 60px; !important}

.mr5 { margin-right: 5px; !important}
.mr10 { margin-right: 10px; !important}
.mr20 { margin-right: 20px; !important}
.mr30 { margin-right: 30px; !important}
.mr40 { margin-right: 40px; !important}
.mr50 { margin-right: 50px; !important}
.mr60 { margin-right: 60px; !important}

/* -- CSSで画像を整形していたら -- */
a.opa:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}

.block { display: block;}
.auto { margin-left: auto; margin-right: auto;}

