@charset "utf-8";

/*
Description: Styles for PC
Version: 1.5
Author: Gota
*/


/* =====================================================================
     基本設定（全体サイズ、色、リンクなど）
====================================================================== */
html,body {margin:0; padding:0; font-size:13px; webkit-text-size-adjust: none; width:100%; height:100%; line-height:1.25em; text-align: justify;text-justify: distribute; font-family:'ヒラギノ丸ゴ Pro W3','Hiragino Maru Gothic Pro',"メイリオ",'ＭＳ Ｐゴシック',sans-serif;
}

/*　Firefox縦スクロールバーバグ(センターずれ)修正　*/
html {overflow-y: scroll;}

/*　リンクの配色　*/
a{text-decoration:none; color:#0066FF; -webkit-tap-highlight-color:rgba(255,153,102,1);}

a:link {
    color:#0066FF;
    font-style:normal;
    text-decoration:underline;
}
a:visited {
    color:#0066FF;
    text-decoration:underline;
}
a:hover {
    color:#0033FF;
    font-style:normal;
    text-decoration:underline;
}
a:active {
    text-decoration:none;
}


/*　リンククリック時に出る点線枠を消す　*/
a:focus { outline:none;}

/*　画像リンクの場合に周りにシャドウをかける　*/

/*a > img:hover {box-shadow: 0 0 6px #999999;}*/


/*	親要素全体をリンクにする（スマホサイト向け）  */
.big_link {z-index:998;}
.big_link a {display:block; -webkit-tap-highlight-color:rgba(255,153,102,1); position:absolute; left:0; top:0; height:100%; width:100%; text-align:left; text-indent:-999px; z-index:999;}


/*	clearfix  */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*　要素の存在を無くす　*/
.disnon {display:none;}

/*　要素を隠す（見えなくする）　*/
.hidden {visibility: hidden;}





/* =====================================================================
     body構成	：大枠のマージン等はここで記述
====================================================================== */
ul.breadCrumbs {
	margin: 10px 0px; /*上下の空白*/
	padding: 0;
	font-size: 90%;
	list-style: none;
}
ul.breadCrumbs li a {text-decoration:none;}
ul.breadCrumbs > li {
	float: left;
	padding-right: 7px;
	padding-left: 10px;
	background: url(../img/breadcrumb.gif) no-repeat 0 50%;
}
ul.breadCrumbs > li.home {
	padding-left: 0;
	background: none;
}

ul.breadCrumbs > li > em {
	font-weight: bold;
}

/* =====================================================================
     メイン
====================================================================== */
/*　メイン画像内　*/
div.main	{
	background: url(../img/main.jpg) no-repeat;
	background-position: center top;
	width: 100%; 
}
div.image {
	width: 750px;
	margin: 0 auto;
}
div.image h1 {
	padding-top: 0px;
	margin-left: -10px;
}
div.image p.read {
	color: #FFFFFF;
	font-size: 12px;
	text-shadow: 0px 0px 3px #000000;
}
div.image ul li {
	float: left;
	margin: 10px 0 0 40px;
}
div.image ul li a:hover {
	-ms-filter: "alpha(opacity=75)";     /* IE8用記述 */
	filter: alpha(opacity=75);     /* IE6~IE7用記述 */
	opacity: 0.75;
}
div.image p.caution {
	color: #000000;
	font-size: 10px;
	line-height: 12px;
	margin-top: 5px;
}
/*　白BOX内　*/
div.contents {
	width: 650px;
	margin: 30px auto 0 auto;
	background: #FFFFFF;
	border: 1px solid #999999;
	padding: 0 50px 25px 50px;
	position: relative;
}
div.contents h2 {
	position: absolute;
	top: -25px;
	left: -10px;
}
div.contents ul.first {
	margin-top: 70px;
}
div.contents ul.first li {
	width: 310px;
	float: left;
	margin: 20px 30px 0 0;
}
div.contents ul.first li h4 {
	font-size: 18px;
	line-height: 1.25em;
	font-weight: normal;
	color: #FF6600;
}
div.contents h3 {
	margin: 25px 0 10px 0;
}
div.contents ul.other li {
	line-height: 1.5em;
}
div.contents ul.other li strong {
	color: #FF6600;
}
div.contents ul.other li strong span {
	color: #000000;
}
div.contents ul.dl {
	margin: 25px auto 0 auto;
	width: 625px;
}
div.contents ul.dl li{
	float: left;
}
div.contents ul.dl li.btn {
	margin-top: 45px;
	margin-left: -15px;
}
div.contents ul.dl li.btn a:hover {
	-ms-filter: "alpha(opacity=75)";     /* IE8用記述 */
	filter: alpha(opacity=75);     /* IE6~IE7用記述 */
	opacity: 0.75;
}
div.contents ul.dl li.qr_set {
	width: 200px;
	text-align: center;
	margin-left: 0px;
}

/* =====================================================================
     フッター
====================================================================== */
div.footer {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	margin-top: 25px;
}
div.footer div.copyright {
	font-size: 9px;
}


div.wrapper {
	background: url("../img/footer.jpg") no-repeat bottom;
}