@charset "UTF-8";

/*------------------------------------------------
   共通 */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: both;
	color: #000;
	line-height: 1.4em;
/*	background-image: url(../image/bg1.png);	*/
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover img
{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}

/*　テキストボタン　*/
.btn {
	display: inline-block;
	width: 60%;
	height: 70px;
	text-align: center;
	text-decoration: none;
	line-height: 70px;
	outline: none;
	margin: 2em auto;
	background: #ccc;
	vertical-align: middle;
}
.btn:link {
	color: #000!important;
}
.btn:active {
	color: #000!important;
}
.btn::before,
.btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn,
.btn::before,
.btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* ------------------------------------------------------------ */
/* 基本のテキストリンク色 */
/* ------------------------------------------------------------ */

a:link{
	color:#0033CC;
	text-decoration:none;
}
a:visited{
	color:#0033CC;
	text-decoration:none;
}
a:hover{
	color:#666666;
	text-decoration:none;
}
a:active{
	color:#0033CC;
	text-decoration:none;
}
.logo a {
	color: #fff;
	font: 180% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.logo a:hover {
    opacity:1 ;
    -moz-opacity:1;
    filter:alpha(opacity = 100);
	color: #fff;
}
.hnavi a:link{
	color:#000;
	text-decoration:none;
}
.hnavi a:visited{
	color:#000;
	text-decoration:none;
}
.hnavi a:hover{
	color:#ccc;
	text-decoration:none;
}
.hnavi a:active{
	color:#000;
	text-decoration:none;
}
.fnavi a:link, 
.fnavi a:visited,
.fnavi a:active {
	color:#603D19;
	text-decoration:none;
}
.fnavi a:hover{
	color:#666666;
	text-decoration:underline;
}
.hnavi .menu__second-level li a:link,
.hnavi .menu__second-level li a:visited,
.hnavi .menu__second-level li a:active
 {
	color:#333;
	text-decoration:none;
}
.hnavi .menu__second-level li a:hover
 {
	color:#ccc;
	text-decoration:none;
}

#breadcrumb a:link, 
#breadcrumb a:visited,
#breadcrumb a:active {
	color:#666666;
	text-decoration:none;
}
#breadcrumb a:hover{
	color:#006699;
	text-decoration:underline;
}
/* 注意書き */
.atten_list {
}
.atten_list li {
	list-style-type: disc;
	margin-bottom: 1em;
	margin-left: 1em;
}
.atten_list li:last-child {
	margin-bottom: 0;
}

.attention {
	color: #BE1D1D;
}

/*------------------------------------------------
  　ヘッダー(#header)　*/
#header {
	margin: 0px auto;
}

/*------------------------------------------------
   コンテンツ(#contents) */
#contents p {
	margin-bottom: 1em;
}
#contents h2 {

}
#contents h2 span {
	font-size: 60%;
	font-weight: bold;
	color: #0093D9;
}
#contents h3 {
}


/*　フォームの最終ページ　*/
.message {
	width: 70%;
	margin: 5em auto;
	padding: 2em;
	border: 1px solid #ccc;
	text-align: center;
	background: #FFF;
}

/*------------------------------------------------
  　フッター(#footer)　*/
#footer .foot_logo {
	width: 270px;
	padding: 35px 0 20px;
	margin: auto;
}
#footer .foot_logo img {
	width: 100%;
}
#footer .copy {
	text-align: center;
    font-size: 70%;
    padding-bottom: 30px;
}

/* ------------------------------------------------------------ */
/* ＰＣ用 */
/* ------------------------------------------------------------ */

@media print, screen and (min-width: 641px)  {

/*------------------------------------------------
  　　　　　 共通 　　　　*/
/********************/
body {
}
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4em;
}
#wrap {
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	clear: both;
}
#header {
	padding-bottom: 0;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FEF0DE;
	margin-bottom: 0px;
}
.inner {
	margin: 0px auto;
}
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align: bottom;
}

#header .logo {
	float: left;
	font: bold 160% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #FFF;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
}

/*------------------------------------------------
  　　 コンテンツ　 　*/

#contents {
	clear: both;

}
#contents.top {
	clear: both;
	border-top: none;
}

#contents h2 {
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 100px;
	height: 40px;
	width: 1000px;
	font-size: 160%;
	font-weight: bold;
	color: #fff;
	margin-bottom: 1.5em;
	padding-top: 10px;
}
#contents h3 {
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 100px;
	height: 40px;
	width: 1000px;
	font-size: 160%;
	font-weight: bold;
	color: #fff;
	margin-bottom: 1.5em;
	padding-top: 10px;
}


/*------------------------------------------------
  　　フッター　*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#footer {
	text-align: center;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #fff;
}
.fnavi {
	font-size: 90%;
	color: #603D19;
	padding: 10px 0;
}
.fnavi li {
	float: left;
	margin-left: 2em;
	color: #603D19;
}
.copy {
	font-size: 90%;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
}

/*------------------------------------------------
  　テーブル　*/

#contents table.tbl01 {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#contents table.tbl01,
#contents table.tbl01 th,
#contents table.tbl01 td {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
#contents table.tbl01 th {
	vertical-align: middle;
	padding: 10px;
	text-align: left;
	background-color: #F0F0F0;
}
#contents table.tbl01 td {
	text-align: left;
	padding: 10px;
	vertical-align: top;
	background-color: #FFF;
}

.form_tbl {
	margin: 0px auto 2em;
	width: 1000px;
	background-color: #fff;
}
.form_tbl,
.form_tbl th,
.form_tbl td {
	border-collapse: collapse;
	border: 1px solid #F3BA1C;
}
.form_tbl th {
	padding: 0.5em;
	white-space: nowrap;
	color: #FFF;
	background-color: #F7CA55;
}
.form_tbl td {
	padding: 0.5em 1em;
	width: 100%;
}
.form_tbl td li {
	width: 32%;
	float: left;
}

/******　PC専用スタイル　******/
/* 角丸 */

.radius {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

img.full_pc {
	width: 95%;
	text-align: center;
}

.overflow_h {
	overflow: hidden;
}

.smp_txt,
.smp_tt,
.smp_img,
li.smp_img,
.sp_navi,
.spbt_inq,
.pd_icon,
.finq,
.treatment2,
#pd_menu,
.spbr,
.language,
.map_sp {
	display: none;
}
#menu {
	display: none;
}
.pc_left {
	float: left;
	margin-right: 20px;
}
.pc_right {
	float:right;
	margin-left: 20px;
}
.pct_left {
	text-align: left;
}
.pct_right {
	text-align: right;
}
.pcml480 {
	margin-left: 480px;
}
.pcml340 {
	margin-left: 340px;
}
.pcml30 {
	margin-left: 30px;
}
.pcmr10 {
	margin-right: 10px;
}
.pcmr50 {
	margin-right: 50px;
}
.pc_mb30 {
	margin-bottom: 30px!important;
}
.pc_pb30 {
	padding-bottom: 30px;
}
.space_bottom_bb {
	margin-bottom: 5em;
}
.space_bottom_b {
	margin-bottom: 40px;
}
.space_bottom_m {
	margin-bottom: 20px;
}
.space_bottom_s {
	margin-bottom: 10px;
}
.w30 {
	width: 33% !important;
}
.w15 {
	width: 15% !important;
}

.w45 {
	width: 48% !important;
}

.w10 {
	width: 10% !important;
}

.btn:hover {
	opacity: .7;
}

}

