@charset "shift_jis";
/* CSS Document */
/*********** 基本設定 ***********/
body{
	width:100%;
	font-size:100%;
	line-height:1;
	color:#231815;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
}

input,
textarea{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
}

*{
	outline:none;
}

a{
	/*\*/
	overflow:hidden;
	/**/
	color:#1b85cb;
}

/*iphoneボタン調整*/
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}

.indent{
	text-indent:-9999px;
}

.none{
	display:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.clearfix{
	zoom:100%;
}

.clearfix:after{
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}


.ta_c{
	text-align:center;
}

.ta_r{
	text-align:right;
}

.ta_l{
	text-align:left;
}


.normal{
	font-weight:normal;
}

.bold{
	font-weight:bold;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

/*********** 透過設定 ***********/
.opac{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.opac:hover{
  opacity: 0.7;
  filter: alpha(opacity=60);
}


/*********** 全体設定 ***********/
#wrap{
	width:100%;
}

.wrap{
	max-width:940px;
	padding:0 10px;
	margin:0 auto;
	width:auto;
}

/*********** header設定 ***********/
header{
	background:#fff;
	position:relative;
}

#h_desc{
	background-color:#eee;
	line-height:1.4;
	font-size:80%;
	padding:5px 0;
}

#h_logo{
	padding:30px 0 20px;
}

nav{
	border-bottom:3px solid #eee;
	height:34px;
}

nav ul{
	list-style-type:none;
	text-align:center;
}

nav li{
	display:inline-block;
}

nav a{
	color:#333;
	font-size:90%;
	text-decoration:none;
	display:block;
	border-bottom:3px solid #eee;
	padding:10px 10px 10px 10px;
	height:14px;
	
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

nav a:hover{
	border-bottom:3px solid #1b85cb;
	color:#1b85cb;
}

nav a:hover{
	border-bottom:3px solid #1b85cb;
	color:#1b85cb;
}

#menuButton {
	display:none;
}

#dropmenu{
	display:none;
}


/*********** mv設定 ***********/
#mv_common{
	width:100%;
	background:url(/img/mv_bg.jpg) center 0 no-repeat;
	background-size:cover;
}

#mv_common p{
	font-size:300%;
	text-align:center;
	padding:50px;
	color:#fff;
	text-shadow:2px 2px 3px rgba(0,0,0,0.43);
}


/*********** main設定 ***********/
#main{
	padding-bottom:50px;
}

.box1{
	padding-bottom:20px;
	
}

.title1{
	font-size:140%;
	padding:30px 0 30px 25px;
	border-bottom:1px solid #eee;
	line-height:1;
	background:url(/img/i_maru_l.png) 0 center no-repeat;
	background-size:14px;
	font-weight:normal;
	margin-bottom:20px;
}

.title1b{
	border:0;
	margin-bottom:0;
}

.title1 span{
	color:#1b85cb;
	font-size:70%;
	padding-left:15px;
}

.title2{
	font-size:120%;
	border-bottom:1px solid #eee;
	line-height:1;
	margin-bottom:20px;
	padding:30px 0 30px;
	font-weight:normal;
	color:#1b85cb;
}

.title2:before{
	content:"●";
	color:#1b85cb;
	margin-right:5px;
}

.title2b{
	font-size:120%;
	border-bottom:1px solid #eee;
	line-height:1;
	margin-bottom:20px;
	padding:30px 0 30px;
	font-weight:normal;
	color:#1b85cb;
}


.text{
	line-height:2;
	padding-bottom:20px;
}

/*********** footer設定 ***********/
footer{
	background:#eee;
}

#f_nav{
	padding:40px 0;
	float:left;
}

#f_nav p{
	font-weight:bold;
	color:#1b85cb;
	margin-bottom:15px;
}

#f_nav ul{
	list-style-type:none;
}

#f_nav li{
	margin-bottom:10px;
}

#f_nav li:last-child{
	margin-bottom:0;
}

#f_nav a{
	color:#333;
	text-decoration:none;
	font-size:90%;
	background:url(/img/i_arrow_l.png) 0 center no-repeat;
	background-size:16px;
	padding-left:20px;
}


#f_info{
	padding:40px 0;
	float:right;
	text-align:right;
}

#f_logo img{
	width:150px;
	margin-bottom:20px;
}

#f_info p{
	line-height:1.6;
	font-size:80%;
}


#f_copy{
	background:#1b85cb;
	color:#fff;
	text-align:center;
	padding:30px 0;
	font-size:80%;
}



/*********** dl設定 ***********/
.dl1{
	border-bottom:1px solid #eee;
	line-height:1.4;
}

.dl1 dt{
	float:left;
	padding:30px 0;
	width:20%;
	font-weight:bold;
	color:#1b85cb;
}

.dl1 dd{
	width:80%;
	float:left;
	padding:30px 0;
}


/*********** 余白設定 ***********/
.mgb0{
	margin-bottom:0;
}













