@charset "utf-8";
@import url("basic.css");
@import url("world.css");
/*
Theme Name: world
Author: landingpage-work
Author URI: https://landingpage-work.com/
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}
img{vertical-align:top;}
a img:hover{opacity:.8;}
table {width:100%;border-collapse: separate;border-spacing: 0;}
td{vertical-align: middle;}
caption, th, td {font-weight: normal;text-align: left;}

a img {border: 0;transition:all 0.3s;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body{
font-family: "UD Digi Kyokasho NK-R";
font-size:16px;
color:#444;
-webkit-text-size-adjust: none;
background:#fff;
line-height:1.6;
text-align: justify;
text-justify: inter-ideograph;


}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#595757;
transition: all 0.2s ease;
}

a:hover, a:active{
outline: none;
color:#004D9D;
}







/* レイアウト
------------------------------------------------------------*/
#wrapper{
margin:0 auto 0;
width:100%;
overflow:hidden;
}

.inner{
margin:0 auto;
padding:0;
width:1000px;
}



#content{
width:100%;
padding:0;
margin:0;
}









/* トップページ　メイン画像
----------------------------------*/
#mainphoto{position: relative;margin:20px auto;}
#mainphoto img{width:100%;}
.main_cover{position:absolute;top:50%;left:20%;transform:translateY(-50%);}
.post{margin:0;padding:0;}



/* 1699px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 1699px){
.main_cover{width:40%;}

}



/* 799px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 799px){
body{font-size:80%;}
div#wrapper{width:100%;}
p#copyright{padding:5px;}
div.inner{width:100%;padding:10px 10px;}
.post{margin:0;padding:0;}
.main_cover{position:absolute;top:-50%; left:50%;transform:translateX(-50%);width:70%;}
#mainphoto{margin-top:430px;}
}

/* 幅639px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 639px){
body{background-image:none;line-height: 1.5;}
.main_cover{position:absolute;top:-62%; left:50%;transform:translateX(-50%);width:90%;}
#mainphoto{margin:260px auto 0;}

}	


