@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;　
	vertical-align: bottom;
}
a:hover img {
    filter: alpha(opacity=70);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
    zoom:1;
}
.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;
}

/* メイン
=========================================================================================== */

.main{
	max-width: 100%;
	position: relative;
	background: url(../img/back.png) repeat-y;
	background-size: contain; 
	overflow: hidden;
}
.main .cont{
	margin: 50px auto 0 auto;
	text-align: center;
}
header h1{
	margin:0 auto ;
	padding-left: 30px;
	width: 920px;
}


/* コンテンツ
=========================================== */
article {
	height: auto;
	padding: 0;
}
article ul{
	max-width: 860px;
	margin: 0 auto;
	margin-top: 150px;
}
article ul li{
	float: left;
	width: 49%;
}
article ul li:nth-child(even){
	margin-left: 2%;
	margin-bottom: 20px;
}
article ul li:nth-child(odd){
	margin-top: -100px;
	margin-bottom: 20px;
}

article .tx{
	width: 95%;
	margin: 30px auto 0 auto;
	clear: both;
	font-size: 80%;
	text-align: center;
	line-height: 150%;
}


/* ページトップ
======================================================== */
#page-top{
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 100;
    opacity: 0.8;
	background: #000;
	font-size: 80%;
	padding: 0 1em;
	
}
#page-top a{
	display: block;
}
/* ページトップ
======================================================== */
.link{
	margin: 30px 0;
}
.copy{
	width: 95%;
	margin: 0 auto;
	font-size: 80%;
	line-height: 130%;
}



/*===============================================
●style.css 画面の横幅が1000px以上
===============================================*/
@media screen and (min-width: 1000px) {
}
/*===============================================
●style.css 画面の横幅が1000pxまで
===============================================*/
@media screen and (max-width: 1000px) {
.main .cont p{
	padding: 0;
}
.head .cont {
	width: 95%;	
}
header .cont{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	background-color: #000;
}

header h1{
	padding-left: 10px;
	width: 90%;
}
/* コンテンツ
=========================================== */
article ul{
	max-width: 90%;
	margin-top: 120px;
}
article ul li:nth-child(even){
	margin-bottom: 20px;
}
article ul li:nth-child(odd){
	margin-top: -80px;
	margin-bottom: 20px;
}
article .tx{
	width: 80%;
	margin: 30px auto 0 auto;
	font-size: 80%;
	text-align: left;
	line-height: 150%;
}

}
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {

.main .cont{
	margin: 20px auto 0 auto;
}

/* コンテンツ
=========================================== */
article ul{
	max-width: 90%;
	margin-top: 20px;
}
article ul li{
	float: none;
	width: 100%;
}
article ul li:nth-child(even){
	margin-bottom:10px;
}
article ul li:nth-child(odd){
	margin-top: 0;
	margin-bottom:10px;
}
article .tx{
	width: 90%;
	font-size: 70%;
	line-height: 130%;
}
.nosmp{
	display: none;
}
	
}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px) {
.head .cont img{
	height: 24px;	
}
}
