﻿@charset "utf-8";

/* ■ 会社案内専用 */
/* 共通のCSS */

.contents_white{
	background-color:#FFFFFF;
}

.contents_gray{
	background-color:#CCCCCC;
}

.contents_lightgray{
	background-color:#F4F4F4;
}

.contents_black{
	background-color:#1C1B1A;
	background-image: url(../info/img/black_back.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

.contents_center{
	width:800px;
	margin: 0 auto;
	background-color:#FFFFFF;
	padding:0 100px 0 100px;
}



/* 全体 */
body{
	line-height:150%;
	font-size:16px;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","Osaka","MS PGothic",arial,helvetica,clean,sans-serif;
}

h1,h2,h3{
	font-size:medium;
	padding:0;
	margin:5px 5px 5px 0;
	clear:both;
}

p{margin:0;}

#contena_body{
	clear:both;
	padding:0 0 0 0;
}

#contena_body .contents{
	width:1000px;
	margin: 0 auto;
}



/* 文字など */
.title_big{
	font-size:50px;
	font-weight:bold;
	color:#fff;
	line-height:70px;
	padding:50px 0 0 0;
}

.title_big_sub{
	font-size:15px;
	color:#aaa;
}


.title2{
	font-size:35px;
	line-height:50px;
	color:#333;
	margin:20px 0 0 0;
}


.title3{
	font-size:55px;
	line-height:50px;
	font-weight:bold;
	color:#333;
	margin:20px 0 0 0;
}



.step_title{
	font-size:30px;
	font-weight:bold;
	color:#333;
	border-bottom:3px solid #2E4CA7;
	margin:50px 0 20px 0;
	padding:0 0 10px 0;
}

.step_info{
	margin:0 20px 0 20px;
}



/* 基準に関するスタイル */
.kijyun_white{
	width:1100px;
	margin: 0 auto;
	background-color:#FFFFFF;
	background-color:#fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4); 
}


/*** 検索窓 ***/
#searchform{
	margin:10px 0 10px 0;
}


.keyword_list_frame{
	margin:5px 0 5px 0;
}

.my_search_input{
	width:400px;
	padding:7px;
	font-size:15px;	
	vertical-align:middle;
	margin:3px 5px 2px 10px;
}

#searchsubmit{
	background-image:url(../img/search.jpg);
	border:none;
	width:240px;
	height:36px;
	background-position:center;
}

#searchsubmit:hover{
	opacity: 0.8;
}

.topline{
	width:100%;
	height:1px;
	background-color:#666666;
	margin:0;
	padding:0;
}


.all_list li{
	margin:10px 0 0 0;
}


.exp_waku{
	width:750px;
	margin: 0 auto;
}
.exp_kyara{
	float:left;
	width:240px;
}
.exp_info{
	float:right;
	width:500px;
}

.exp_title{
	float:right;
	width:500px;
}

.slide_catch{
	padding:0;
	margin:0;
}
.slide_catch li{
	display:inline-block;
	text-align:center;
	width:24%;
	margin-left:1%;
	margin-bottom:1%;
	height:auto;
	float:left;	
}

.slide_catch li img{
	width:100%;
	height:auto;
}

@media screen and (max-device-width: 480px) {

.my_search_input{
	width:600px;
	padding:15px;
	font-size:40px;	
	vertical-align:middle;
	margin:15px 5px 2px 10px;
}

#searchsubmit{
	width:200px;
	height:80px;
	background-size: 450px 90px;
	background-position:-100px -5px;
}

.contents_center{
	width:980px;
	padding:0 10px 0 10px;
	}

	body{
		font-size:40px;
	}

	.title_big{
		font-size:60px;
	}

	.title_big_sub{
		font-size:50px;
	}

	.title2{
		font-size:50px;
	}

	.title3{
		font-size:70px;
	}

.step_title{
	font-size:45px;
}

	.kijyun{
		width:600px;
	}

	.kijyun_white{
		width:895px;
		margin:0 0 0 43px;
	}

	.kijyun_white img{
		width:800px;
		height:auto;
	}


	.mob_wide{
		width:900px;
		height:auto;
	}



.exp_waku{
	width:900px;
	margin: 0 auto;
}
.exp_kyara{
	float:left;
	width:200px;
}
.exp_kyara img{
	float:left;
	width:180px;
	height:auto;
}

.exp_title{
	float:right;
	width:700px;
}

.exp_info{
	clear:both;
	width:900px;
}

}