@charset "utf-8";

/******************************************************************
 * ベース
 *****************************************************************/

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
}

body,
button,
input,
select,
textarea {
	font-family:Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* Micro clearfix */

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* 必要要素の初期設定 */

html {
	 font-size: 62.5%;
}

/* IE7のpadding設定 */
*:first-child+html body {
	padding-left: 1px;
}
 
/* IE6のpadding設定 */
*html body {
	padding-left: 1px;
}

body {
	font-size:14px;
	font-size: 1.4rem;
	width:100%;
	height: 100%;
	margin:0;
	padding:0;
	color:#333333;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	line-height: normal;
	letter-spacing:-1px;
	font-weight:normal;
}
p {
	text-align:left;
	margin:0 0 20px;
	line-height:1.5;
}

img {
	border:0;
	max-width:100%;
	height:auto;
}

ul,
ol {
  list-style: none;
  list-style-image: none;
  word-spacing: -1em;
  display: table;
  margin:0;
  padding: 0;
  text-align:left;
}

dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#spLinkBlockInPc{
	display:none;
}

/* リンク */

a {
	color: #f47789;
	text-decoration: none;
	cursor:pointer;
}

a:focus {
	outline: thin dotted;
	color: #CC0000;
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
	color: #DD0000;
	text-decoration: none;
}

.linkOver:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

:focus::-webkit-input-placeholder { color: white; }
:focus:-moz-placeholder { color: white; }
:focus::-moz-placeholder { color: white; }
:focus:placeholder-shown { color: white; }

label {cursor: pointer;}


/******************************************************************
 * ヘッダー
 *****************************************************************/
 
#WRAP {
	position:relative;
     width: 100%;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}

#HEADER {
	width:100%;
}

#HEADER-in {
	position:relative;
	width:1000px;
	height:120px;
	margin:0 auto;
}

#HEADER-in #HEADER-TITLE {
	position:absolute;
	top:15px;
	width:100%;
	font-size:14px;
	font-size: 1.4rem;
	font-weight:bold;
	text-align:center;
}

#HEADER-in #LOGO {
	position:absolute;
	top:45px;
	width:100%;
	text-align:center;
}


/*ヘッダーボタン*/

#headerBTN{
	background-color: #F60;
	width: 250px;
	height:100px;
    position: fixed;
	top:0px;
	right:0px;
    z-index: 10000;
	box-shadow:0px 0px 5px 0px #acacac;
	-moz-box-shadow:0px 0px 5px 0px #acacac;
	-webkit-box-shadow:0px 0px 5px 0px #acacac;

}


/******************************************************************
 * コンテンツ
 *****************************************************************/

#Contents {
	width:100%;
}
#Contents-in {
	width:1000px;
	margin:0 auto 80px;
}

#HEADLINE2 {
	width:100%;
	padding:10px 0;
	background-color:#eff4f6;
	margin-bottom:40px;
}
#HEADLINE2 #HEADLINE2-in {
	width:1000px;
	margin:0 auto;
	font-size:12px;
	font-size: 1.2rem;
	line-height:1.4;
}


/*検索フォーム*/

.searchForm {
	width:900px;
	height:60px;
	margin:0 auto 70px;
}
.searchForm table {
	margin:0px;
	padding:0;
	border-spacing:0;
	border: none;
	width:100%;
	height:60px;
	border:#666 1px solid;
	line-height:0;
}
.searchForm table td {
	border: none;
	vertical-align:middle;
	margin:0;
	padding:0;
}
.searchForm table td.style1 {
	background: url(../img/bg_form.png) ;
	background-position:100% 50%;
	width:190px;
	height:60px;
	background-color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	font-size: 2.0rem;
}
.searchForm table td.style2 {
	width:auto;
	height:60px;
	background-color:#FFF;
}
.searchForm table td.style3 {
	width:160px;
	height:60px;
}
.searchForm table td input{
	width:100%;
	height:60px;
	padding:10px;
	border:none;
	font-size:18px;
	font-size: 1.8rem;
	
}
.searchForm table td button{
	float:right;
	display:block;
	background-color:#F00;
	width:90%;
	height:60px;
	border:none;
	font-size:20px;
	font-size: 2.0rem;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
}
.searchForm table td button:hover {
	background-color:#ffa500;
}
.searchForm table td button span{
	display:block;
	color:#FFF;
}




/******************************************************************
 * フッター
 *****************************************************************/

#FOOTER {
	width:100%;
}



#FOOT01 {
	width:100%;
	height:180px;
	margin:0 auto;
	background:#222f33;
}
#FOOT01-in {
	width:1000px;
	margin:0 auto;
}


#FOOT01-in .MENU {
	padding-top:45px;
	font-size: 13px;
	font-size: 1.3rem;
	color:#FFF;
	text-align: center;
}
#FOOT01-in .MENU a {
	margin:0 10px;
	color:#FFF;
}
#FOOT01-in .MENU a:hover {
	color:#FF7;
}
#FOOT01-in .COPY {
	padding-top:45px;
	font-size: 13px;
	font-size: 1.3rem;
	color:#FFF;
	text-align: center;
}




/*フッターボタン*/

#pageTop{
	display:block;
	position:absolute;
	bottom:10px;
	right:10px;
	border:#FFF solid 1px;
}




/* 画像のスタイル指定 */
	
#common-banner {
	 margin: 0 0 2em;
}
img.adjust {
	 width: 100%;
	 max-width:100%;
	 height: 41px;
	 border: none;
}
img.mainimg {
	 width: 100%;
	 max-width:100%;
	 height: auto;
	 border: none;
	 padding-bottom:10px;
}


