@charset "utf-8";

/* Reset

Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1

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

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}input,button,textarea,select{*font-size:100%}

/* Font
-------------------------------------------------------------------------------*/

body{font:16px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;line-height:1.9em;letter-spacing:.05em}

/* basic
-------------------------------------------------------------------------------*/

a{text-decoration:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
a:link{color:#39B54A}
a:visited{color:#39B54A}
a:hover{text-decoration:none;color:#4EF45E}
a:active{color:#00C800}
a:focus{outline:0}
a img{vertical-align:top}

.sprite{position:relative;display:block;overflow:hidden}
.sprite:hover{/zoom:1}
.sprite img{position:absolute}
.normal{font-weight:normal!important}
.bold{font-weight:bold}
.fltL{float:left!important}
.fltR{float:right!important}
.clrml{margin-left:0!important}
.clrmr{margin-right:0!important}
.clrmb{margin-bottom:0!important}
.clrmt{margin-top:0!important}
.clrbt{clear:both!important}
.clrL{clear:left!important}
.clrR{clear:right!important}
.clrbd{border:none!important}
.block{display:block}
.whitespace{white-space:pre;white-space:pre-wrap;white-space:pre-line;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:-moz-pre-wrap;white-space:-hp-pre-wrap;word-wrap:break-word}
.clrfx:before,.clrfx:after{content:"";display:table}
.clrfx:after{clear:both}
.clrfx{zoom:1}

/* common layout
-------------------------------------------------------------------------------*/
/* text align */
.alignL { text-align:left;}
.alignC { text-align:center;}
.alignR { text-align:right;}

/* font color */
.red { color: #B90A28;}
.green { color: #096310;}

/* text indent */
.indent1 { margin-left: 1em; text-indent: -1em;}
.indent3 { margin-left: 3em; text-indent: -3em;}

/* margin */
.mgnB40 { margin-bottom:40px!important;}
.mgnB60 { margin-bottom:60px!important;}

/* padding */
.pdgT10 { padding-top:10px;}

/*position*/
.relative { position:relative;}
.bottom { position:absolute; bottom:0;}


/* layout
-------------------------------------------------------------------------------*/
body {
  background-size: 1300px;
  background:url(../images/base.jpg);
  background-repeat: repeat-y;
  background-attachment: fixed;
	background-position: center top;
  color:#000;}
  #wrapper { width: 850px; background:url(../images/base_white.png) repeat 0 0; margin: 0 auto; padding:30px 0 30px;}

h1 { margin:0 auto 26px; text-align:center;}
h2 { margin:0 auto 26px; text-align:center;}

#contents { width:750px; margin:0 auto;}

#post { width:550px; margin:0 auto; padding-bottom:30px;}

.section { width:550px; margin:0 auto 34px;}
.section_l { width:700px; margin:0 auto 34px;}
.section p {display:tale; width:430px; margin:0 auto 34px;}

.caption { display:block;padding-top:4px; font-size:80%; line-height:1.6em;}

/* entry
-------------------------------------------------------------------------------*/

.article .date { text-align:left;color:#fff; margin-bottom:36px;}
.article .date span.datewrap { display:inline-block; background:#3e9c51; padding:8px 13px 5px; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; font-size:13px; line-height:1em;}

.article .head { margin-bottom:42px;}
.article h3 { float:left; font-size:26px; font-weight:bold; line-height:1.8em; letter-spacing:0.1em;}
.article h3 a { color:#000; text-decoration:none;}
.article h3 a:hover { color:#39B54A; text-decoration:none;}

.article p { font-size:16px; ine-height:1.8em; letter-spacing:0.1em;}

.articleImg { display:block;}

.hr { margin:30px auto; text-align:center;}

/* pagenavi
-------------------------------------------------------------------------------*/
ul.contentsNav {display:table;table-layout:fixed; width:550px; margin:0 auto 30px;}
ul.contentsNav li {display:table-cell;vertical-align:top;}
ul.contentsNav li img {vertical-align:top;}
ul.contentsNav li a { display:block;}

/* banner
-------------------------------------------------------------------------------*/
.banner { text-align:center; margin-bottom:60px;}

/* footer
-------------------------------------------------------------------------------*/
#footer ul { display:table; table-layout:fixed;width:612px; margin:0 auto 55px;}
#footer li {display:table-cell; text-align:left;}
#footer ul li:last-child {text-align:right;}


/* popup
-------------------------------------------------------------------------------*/
body.popup {background:none;}
body.popup #wrapper { width:500px;margin:0 auto; padding:50px 60px; color:#000;}
body.popup .popBox { padding:30px; margin-bottom:60px;}
body.popup h1 { font-size:120%; margin-bottom:15px; font-weight:bold;}
body.popup p.text { font-size:96%; line-height:2em;}
body.popup a {color: #096310;}
body.popup a:hover {color: #00C800; text-decoration:none;}
