@charset "UTF-8";
@import url("CSS/bootstrap.min.css"); 
@import url("CSS/bootstrap-theme.min.css");

/* Reset
-------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	list-style: none;
	font-style:normal;
	position:relative;
}
body,div,pre,p,blockquote,form,fieldset,dl,dt,dd,li,table,th,td,embed,object,button{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-weight: normal;
}
body {
    background-attachment: scroll;
    background-color: #FFF;
    background-repeat: repeat;
    color: #333333;
    font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 14px;
    overflow-y: scroll;
    line-height: 1.7em;
}
select,input,textarea,option {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
img{
	border: 0;
	margin: 0px;
	padding: 0px;
}
a img{
	border-style: none;
	border:0;
}
a {
    outline: medium none;
    -webkit-transition:all 0.3s ;
    -moz-transition:all 0.3s ;
    transition:all 0.3s ;
}
a:focus{
    outline:none;
}

/* common
-------------------------------------------------------------- */
h2 {
    background: #ccc none repeat scroll 0 0;
    color: #fff;
    font-size: 140%;
    margin-bottom: 20px;
    padding: 10px;
}
.img-center {
    display: block;
    margin: auto;
}
hr {
    display: none;
}

/* style
-------------------------------------------------------------- */
#headerWrap {}
#wrapper {}
#indexText {
    margin-bottom: 50px;
}
#indexText div {
    margin-bottom: 50px;
}
#articleList {}
#articleList > div {
    margin-bottom: 50px;
}
#articleList h2 {
    margin-top: 0;
}
#articleText {
    margin-bottom: 50px;
}
#articleText h1 {
    margin-bottom: 30px;
}
#articleText p {
    line-height: 1.7em;
}
#freeArea {
    margin-bottom: 50px;
}
#categoryList {
    margin-bottom: 50px;
}
#monthlyArchive {
    margin-bottom: 50px;
}
#footerWrap * {
    font-size: 90%;
}
#footerWrap p {
    padding: 20px 10px;
}
#grobalHeader{
    z-index: 10;
}
/* wrapper
--------------------------*/
#wrapper{
    margin-bottom: 2%;
}
/* header
-------------------------*/
#headerWrap{
    padding-top: 2%;
}
#headerWrap a{
	font-weight: bold;
}
.logo{
    text-align: center;
    font-size: 200%;   
    letter-spacing: 1em;
    line-height: 120%;
    padding: 1% 0;
}
h1{
    width: 100%;
    font-size: 150%;
}
#mainImg{
    width: 100%;
    margin: 2% 0;
}
#mainImg img{
    padding: 0;
}
nav ul li{
    display: inline-block;
}
nav ul li:first-child{
    margin-right: 5%;
}
nav ul{
    text-align: center;
    padding: 1% 0;
    margin: 0;
}
/* indextextarea
------------------------------*/
#indexText img{
    margin: 0 auto;
}
#indexText h2{
    position: relative;
    padding-left: 40px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
#indexText h2:before{
    content:"";
    border: solid 10px #fff;
    position: absolute;
    left: 10px;
    border-radius: 50%;
}
.archive #indexText div:first-child{
    margin-bottom: 0;
    text-align: right;
}
/* side
-------------------------------*/
.side section{
    padding: 0;
}
.side section h2{
    width: 100%;
    margin-top: 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
/* color
----------------------------*/
body{
    background-color: #89acd7;
    color: #11233d;
}
a {
    color: #093d86;
}
a:hover {
    color: #093d86;
}
#wrapper{
    background-color: rgba(255,255,255,0.9);
    border: solid 5px #2a2a2a;
}
#headerWrap{
    background-color: #2a2a2a;
}
#headerWrap a , #footerWrap a{
    color: #ffb600;
}
#footerWrap a:hover{
    color: #fff;
}
#headerWrap a:hover{
    text-decoration: none;
    color: #fff;
}
#footerWrap{
    background-color: #2a2a2a;
}
#footerWrap{
    color: #fff;
}
.logo{
    background-color: #093d86;
}
.logo a{
}
h1{
	color:#093d86;
}
h2{
    background-color: #2a2a2a;
}
h2 a{
    color: #ffb600;
}
h2 a:hover{
    color: #fff;
    text-decoration: none;
}
.archive #indexText div:first-child{
    border-bottom: solid 3px #11233d;
}
/* PC
------------------------------------*/
@media screen and (min-width:767px){
    .side{
        margin-top: 7%
    }
    #headerWrap{
        position: absolute;
        z-index: 5;
        width: 100%;
        background-color: rgba(17,35,61,0.5);
        height: auto;
        box-shadow: 0px 3px 3px #222;
    }
    #mainImg{
        margin-top: 0;
    }
    #mainImg img{
        border: none;
        border-bottom: solid 5px #2a2a2a;
        width: 100%;
    }
    .logo{
        background-color: transparent;
        padding-top: 0;
    }
  h1{
        font-size:200%;
    }