@charset "utf-8";
/*=================================================
 * ブラウザのデフォルトのスタイルをリセットする
 * ================================================= */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	margin: 0;
	padding: 0;
	font-size: 12px;
	word-wrap: break-word;
/*	overflow-x : hidden;
	overflow-y : auto;*/
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
	display:block;
	word-wrap: break-word;
}
img {
	border: 0;
	vertical-align: bottom;
    width:100%;
}

ul, ol {
	list-style: none;
}

table {
	word-wrap:normal;
	border-spacing: 0;
	empty-cells: show;
    table-layout: fixed;
}
td{
	vertical-align:top;
}
h1,h2,h3,h4,h5{
	font-weight:normal;
}

.left{
	float:left;
}
.right{
	float:right;
}

.top10{
    margin-top:10px;   
}

/*=================================================
 * サイト全体の基本スタイル
 * ================================================= */

body {
	color:#fff;
	width:100%;
	background-color:#ffffff;
    background-size:100%;
    font-size: 100%;
	line-height: 100%;
	font-family: sans-serif;
	-webkit-text-size-adjust: auto;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    margin-left:auto;
	margin-right:auto;
}


*{
    /* 意図しない横幅が出ないように画面幅で強制改行を有効にする */
    word-break: break-all;
}
body, p{
    margin: 0;
    padding: 0;
}
 
.set-center{
    /* センター */
    margin-left:auto;
    margin-right:auto;
     
}
.header{
	clear:both;
	margin-bottom:10px;
	position:relative;
    z-index:0;
}


.header .container{
        /* ヘッダーの中身の余白や背景などを設定 */
        /* ex. margin padding background border */
         
}
 
.contents{
}
.contents .container{
    /* メインコンテンツの余白や背景などを設定 */
    /* ex. margin padding background border */
    top:-20px;
 
}
  
 
/* フッター
-------------------------------------------------- */
.footer{

}
.footer .container{
        /* ヘッダーの中身の余白や背景などを設定 */
        /* ex. margin padding background border */
         
}

/* 汎用クラス */
.clear{
	clear:both;
}

/* 指定要素内のブロック要素を横並び */
.inner{
    display: -webkit-box;　/* Safari,Google Chrome用 */  
    display: -moz-box;　/* Firefox用 */  
}
/* 高解像度画像用 */
.x2{
	display:block;
	width:100%;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}


/* 見出し */
.title01{
	text-align:center;
	clear:both;
	padding:2px 0px 5px 0px;
	margin:0px auto 10px auto;
	color:#fff446;
	width:auto;
}
.title01 a{
	color:#fff446;
}

.h3_title{
	font-size:1.2em;
	line-height:1.4em;
}



/* 共用パーツ等 */
select{
	width:115px;
	font-size:10px;
	height:25px;
	overflow:hidden;
	word-wrap:normal;
}

/*ボタン配置用テーブル*/

table#button{
	width:320px;
	table-layout: fixed;
	border-spacing : 2px;
	border-collapse: separate;
}

.absolute{  
    position: absolute;  
    top: 590px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}  

/* 専用サイトボタン位置 */
.pre_btn{
 position: absolute;	
 top:1460px;
 left: 0;
 right: 0;
 margin: auto;
 max-width: 100%;
 max-height: 100%;
 -webkit-tap-highlight-color:rgba(0,0,0,0);
}

/* 前ページボタン位置① */
.pre_btn_2{
 position: absolute;	
 top:820px;
 left: 0;
 right: 0;
 margin: auto;
 max-width: 100%;
 max-height: 100%;
 -webkit-tap-highlight-color:rgba(0,0,0,0);
}


/* 前ページボタン位置② */
.pre_btn_3{
 position: absolute;	
 top:529px;
 left: 0;
 right: 0;
 margin: auto;
 max-width: 100%;
 max-height: 100%;
 -webkit-tap-highlight-color:rgba(0,0,0,0);
}



/*専用サイト　ジャンプ*/
.code{
	width:70%;
	height:150px;
	background-size:100%;
	display:block;
}
.code:hover {
	background-image: url(../img/bt04.png);
	background-repeat: no-repeat;
    background-size:100%;
	cursor: pointer;
}
.code:active {
	background-image: url(../img/bt04.png);
	background-repeat: no-repeat;
    background-size:100%;
	display:block;
}
.code a{
	display:block;
	color:#fff;
	text-decoration:none;
}
.code img{
	pointer-events: none;
	vertical-align:middle;
}


/*前のページへ戻る*/
.pre{
	width:80%;
	height:50px;
	background-size:100%;
	display:block;
}
.pre:hover {
	background-image: url(../img/bt03.png);
	background-repeat: no-repeat;
    background-size:100%;
	cursor: pointer;
}
.pre:active {
	background-image: url(../img/bt03.png);
	background-repeat: no-repeat;
    background-size:100%;
	display:block;
}
.pre a{
	display:block;
	color:#fff;
	text-decoration:none;
}
.pre img{
	pointer-events: none;
	vertical-align:middle;
}
