@charset "utf-8";

/*===============================================
●s2-style.css 画面の横幅が800px以上
===============================================*/

/*ブラウザごとの初期化*/
* {
	margin: 0px;
	padding: 0px;
}


body {
	background-color: #fff8e1;/*ウィンド背景の色*/
	font-family: "ヒラギノ角ゴ　Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", sans-serif;/*全体のフォント設定*/
	font-size: 12px;/*全体のフォントサイズ設定*/
	color: #333333;
}


#container {
	width: 940px;/*960px→980px*/
	margin: 0px auto;/*ページコンテンツをセンタリング*/
	background-color: #ffffff;
}


/*▼▼▼content内の再設定：リンク時のテキスト設定▼▼▼*/
#content a:link,
#content a:visited{
	text-decoration: none;
	color: #333333;
}
#content a:hover,
#content a:active{
	text-decoration: underline;
	color: #336666;
}


h1{/*h1にはページタイトルを入れ、見えないように（検索対策）*/
display:none
}

h2{
	font-size: 15px;
	line-height: 20px;
	padding-top: 5px;
	text-indent: 10px;
}

h3{
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	padding: 5px 0px;
	text-indent: 10px;
}

p{
	padding: 0px;
}




/*▼▼▼content内の設定：PC用（幅801px〜）▼▼▼*/

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


/*▼▼▼content内の設定▼▼▼*/


#content{
	width: 920px;
/*	margin: 0px 10px;*/
	padding: 10px;
}

#pankuzu{
	width: 920px;
}


#sample2_header{
	width: 920px;
	height: 50px;
	/*
	background: url("../images/s2-header-bgimg.png") right no-repeat;
*/
}


#sample2_top-navi{
	width: 920px;
	height: 40px;
}

#sample2_top-navi ul{
	list-style-type: none;
}

#sample2_top-navi li a{
	display: block;
	float: left;
	padding: 0px 30px;
	line-height: 40px;
	text-decoration: underline;
}

#sample2_company #sample2_top-navi li.company a,
#sample2_works #sample2_top-navi li.works a,
#sample2_service #sample2_top-navi li.service a,
#sample2_recruit #sample2_top-navi li.recruit a,
#sample2_news #sample2_top-navi li.news a,
#sample2_contact #sample2_top-navi li.contact a{
	color: #ff9966;
	font-weight: bold;
	text-decoration: none;
}



#sample2_topimg{
	width: 100%;
	height: auto;
	float: left;
	margin: 1px 0px;
}


#sample2_index #sample2_topimg{
	background: url("../images/s2-topimg.png") right no-repeat;
}

#sample2_company #sample2_topimg{
	background: url("../images/s2-topimg01.png") right no-repeat;
}

#sample2_works #sample2_topimg{
	background: url("../images/s2-topimg02.png") right no-repeat;
}

#sample2_service #sample2_topimg{
	background: url("../images/s2-topimg03.png") right no-repeat;
}

#sample2_recruit #sample2_topimg{
	background: url("../images/s2-topimg04.png") right no-repeat;
}

#sample2_news #sample2_topimg{
	background: url("../images/s2-topimg05.png") right no-repeat;
}

#sample2_contact #sample2_topimg{
	background: url("../images/s2-topimg06.png") right no-repeat;
}



#sample2_topimg h2#top-comment{
	width: 400px;
	display: block;
	text-indent: 0px;
	margin: 40px;
	float: left;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}


#sample2_main{
	width: 920px;
	float: left;
	margin-top: 20px;
}

/*▼box1の設定：3列▼*/
#sample2_main div.box1{
	width: 286px;/*920/3px-margin-px*/
	height: 220px;
	float: left;
	margin: 20px 10px;
}


#sample2_main div.box1 .img1{
	margin: 10px 1px 0px 1px;
}

#sample2_main div.box1 p{
	width: 266px;
	height: 70px;
	margin: 0px 10px;
}


/*▼box2の設定：2列▼*/
#sample2_main div.box2{
	width: 440px;/*920/2px-margin-px*/
	height: 200px;
	float: left;
	margin: 20px 10px;
}

#sample2_main div.box2 p{
	width: 420px;
	height:150px;
	margin: 0px 10px;
}

#sample2_main div.box2 img{
	margin: 0px 2px;
}

/*▼box3の設定：1列▼*/
#sample2_main div.box3{
	width: 900px;/*920px-margin-px*/
/*	height: 200px;*/
	float: left;
	margin: 20px 10px;
}

#sample2_main div.box3 dl{
	width: 880px;
	margin: 10px 10px 20px 10px;
	border-top: 1px dashed #333333;

}

#sample2_main div.box3 dt{
	width: 190px;
	float: left;
	padding: 5px 0px 5px 5px;
}

#sample2_main div.box3 dd{
	width: 680px;
	padding: 5px 0px 5px 200px;
	border-bottom: 1px dashed #333333;
}


table#company-detail{
	border: 1px solid #cccccc;
	border-collapse: collapse;
	margin: 10px;
}

table#company-detail th,
table#company-detail td{
	border: 1px solid #cccccc;
	height: 40px;
	font-weight: normal;
	padding: 0px 20px;
}

table#company-detail th{
	width: 160px;
	background-color: #cccccc;
	color: #000000;
	opacity: 0.5;/*ボックスの透明度：背景も文字も*/
}

table#company-detail td{
	width: 700px;
}


table#company-detail tr.map{
	height: auto;
}

table#company-detail iframe{
	padding: 10px;
}


#sample2_footer{
	width: 910px;
	clear: both;
	margin-top: 10px;
	border-top: 3px solid #cccccc;
	padding: 5px;
	text-align: center;
	line-height: 30px;
}

#sample2_footer a{
	display: inline-block;
	width: 100px;
}

#sample2_to-top{
	width: 890px;
	clear: both;
	text-align: right;
	padding: 20px 30px 0px 0px;
}


/*▼お問い合わせページ、フォーム枠設定*/
#sample2_contact form{
	width: 600px;
	margin: 0px auto;
}


#sample2_contact #sample2_main dt{
	width: 15em;
	float: left;
	padding: 10px 0px;
}

#sample2_contact #sample2_main dd{
	padding-left: 15em;
	border-bottom: 1px #c0c0c0 dotted;
	padding: 10px 0px;
}

.form{
	width: 70px;
	padding: 10px;
	float: left;
}

.center{
	width: 200px;
	height: auto;
	margin: 0px auto;
}

#sample2_contact h3.center{
	padding: 0px 0px;
	text-indent: 0px;
	text-align: center;
}








