@charset "utf-8";

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
html { overflow: auto; }
body { 
	overflow: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	font-size: 100%;
	line-height: 160%;
}

a {
	color: #fff;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;　
}
.clear {
	clear: both;
}

strong {
	font-weight: bold;
}



/* ヘッダー
=========================================================================================== */
.head{
	width: 100%;
	background:#FFF;
}
.head .cont{
	max-width: 1000px;
	margin: 0 auto;
	padding: 5px 0;
	display: block;
	overflow: hidden;
}

/* メイン
=========================================================================================== */
header{
	max-width: 100%;
	background: #fffcf0;
}
header .cont{
	max-width: 1000px;
	margin: 0 auto;
	background: url(../img/back1.gif) no-repeat top center;
	background-size:contain; 
	text-align: center;
}
header h1{
	width:92%;
	margin: 100px auto 60px auto;
	display: inline-block;
}
.main{
	max-width: 100%;
	background: #fffcf0;
}
.main .cont{
	max-width: 1000px;
	margin: 0 auto;
	background: url(../img/back2.gif) repeat-y top center;
	background-size:contain; 
	text-align: center;
}
.main .cont p{
	max-width: 85%;
	margin: 0 auto;
}
ul#menu{
	margin:  0 auto;
	margin: 20px 0;
}
ul#menu li{
	display: inline-block;
	width: 35%;
	margin: 10px;
}


/* コンテンツ
=========================================== */
article {
	max-width: 70%;
	margin: 0 auto;
	padding: 0;
	display: block;
	overflow: hidden;
}
article img{
	margin-bottom: 30px;
}
.tx{
	width: 60%;
	margin: 0 auto;
	text-align: left;
	font-size: 90%;
}
.bt a{
	display: inline-block;
	background: #dc69a4;
	padding: 5px 1em;
	margin: 30px 0;
	
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}


/* ページトップ
======================================================== */
#page-top{
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 100;
    opacity: 0.8;
	background: #1d2088;
	font-size: 80%;
	padding: 0 1em;
	
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#page-top a{
	display: block;
}

/* フッター
=========================================================================================== */
footer{
	max-width: 100%;
	margin: 0 auto;
	color:#333;
    background:#FFF;
	text-align:center;
	font-size: 75%;
	padding: 1em 0;
}



/*===============================================
●style.css 画面の横幅が1000px以上
===============================================*/
@media screen and (min-width: 1000px) {
}
/*===============================================
●style.css 画面の横幅が1000pxまで
===============================================*/
@media screen and (max-width: 1000px) {
.head .cont{
	max-width: 95%;
}
header .cont{
	width: 100%;
	margin: 0;
	background: url(../img/back1.gif) no-repeat bottom center;
	background-size: cover; 
}
header h1{
	width:90%;
	margin: 50px auto 60px auto;
	display: inline-block;
}
.main .cont{
	width: 100%;
	margin: 0;
	background-size:contain; 
	text-align: center;
}
.main .cont p{
	max-width: 85%;
	margin: 0 auto;
}
ul#menu{
	margin:  0 auto;
	margin: 20px 0;
}
ul#menu li{
	width: 45%;
	margin: 5px;
}
article {
	max-width: 100%;
	margin: 0;
}
article img{
	margin-bottom: 10px;
}
.tx{
	width: 90%;
	margin: 0 auto;
	text-align: left;
	font-size: 70%;
	line-height: 130%;
}
.bt a{
	display: inline-block;
	background: #dc69a4;
	padding: 5px 1em;
	margin: 30px 0;
	
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

#page-top {
	font-size: 50%;
}
}
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
header h1{
	margin: 10px auto 10px auto;
}
ul#menu{
	margin: 0;
}
ul#menu li{
	width: 40%;
	margin: 0;
}
article img{
	margin-bottom: 0;
}


	
}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px) {
.head .cont img{
	height: 24px;	
}
.bt a{
	font-size:80%;
}
}
