@charset "utf-8";

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	padding: 0;
	color: #000;
	background-color: #FFF;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
body {
	text-align:center;/* box centering */
	margin: 0px auto;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", Osaka; }
/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 953px;
	background: #FFF; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	background-color: #FFF;
	border: 1px solid #CCC;
}

/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/

.content {
	height: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.content_policy {
	height: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	margin-left: 100px;
}
/* ~~ フッター ~~ */
.footer {
	background-color: #FFF;
	background-image: url(../img/top/footer_line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 80px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border: 1px solid #CCC;
	clear:both;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*ヘッダー*/
.g_header{}

.g_navi{
	background-image: url(../img/navi/g_navi_bk.jpg);
	height: 43px;
	width: 951px;
	background-repeat: no-repeat;
}

ul.g_navi_ul{
	padding-left: 0px;
	margin: 0px;
	padding-bottom: 0px;
	width: 952px;
	text-align: center;
}

ul.g_navi_ul li{
	display: inline;
	padding-left: 20px;
	margin: 0px;
	padding-bottom: 0px;
}


/*フッター*/
ul.footer_ul{
	text-align: center;
	padding-top: 10px;
}

ul.footer_ul li{
	display: inline;
	padding-left: 28px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}

address{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
	padding-top: 15px;
}

/*トップ*/

#fla{
	border: 1px solid #CCC;
	height: 258px;
	width: 951px;
	text-align: center;
}

#g_cate_bk{
	background-color: #FFFAE6;
	width: 951px;
	border: 1px solid #CCC;
	margin-top: 10px;
	padding-bottom: 15px;
}

ul.g_cate_ul{
	padding-left: 7px;
	padding-top: 15px;
}

ul.g_cate_ul li{
	display: inline;
	padding-left: 15px;
}

.top_kanamono{}
.top_kanamono1{}
.top_kanamono2{}
.top_kanamono3{}
/*業務内容*/

.business1{
	margin-left: 10px;
}

.business2{
	padding-top: 40px;
	padding-left: 15px;
	clear:both;
}

.business3{
	margin-top: 15px;
	margin-left: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #63AE42;
	width: 850px;
}

.business4{
	margin-top: 15px;
	margin-left: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #63AE42;
	width: 850px;
}

.business5{
	margin-top: 60px;
	margin-left: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #63AE42;
	width: 850px;
	background-image: url(../img/kirinsou/kirinsou_title3.jpg);
	background-repeat: no-repeat;
	height: 400px;
}

.business6{
	margin-left: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C8E6BB;
	width: 850px;
	clear: both;
}

.business6_img{
	margin-top: 20px;
	margin-left: 20px;
	padding-bottom: 10px;

	float: left;
}

.business6_img2{
	margin-top: 45px;
	margin-left: 20px;
	padding-bottom: 10px;

	float: left;
}




.business7{
	margin-top: 35px;
	margin-left: 20px;
	width: 850px;
}
.business10{
	margin-top: 35px;
	margin-left: 20px;
	padding-top:20px;
	width: 850px;
	clear: both;
}
.business11{
	margin-left: 20px;
	padding-top:50px;
	width: 850px;
	clear: both;
}



ul.kirin_ul{
	padding-top: 280px;
	padding-left: 50px;
}

ul.kirin_ul li{
	display: inline;
	padding-left: 20px;
}

ul.kirin_ul2{
	padding-top: 85px;
	padding-left: 250px;
}

ul.kirin_ul2 li{
	display: inline;
	padding-left: 5px;
}

/*キリン草*/

.kirinsou1{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}

.kirinsou_title{
	margin-left: 5px;
	margin-top: 15px;
}

.kirinsou_title1{
	margin-left: 23px;
	margin-bottom: 10px;
}

.kirinsou_title3{
	margin-left: 15px;
	margin-top: 15px;
}
.kirinsou_main{
	text-align: center;
	border: 1px solid #CCC;
	padding: 5px;
	background-image: url(../img/kirinsou/kirin_main.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 940px;
	background-position: center center;
}

h1{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: normal;
}

table.table_img{
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 10px;
}
table, th, td {
    border:none;
}


table.table_img tr{}

table.table_img td{}

ul.kirin_sekou{
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

ul.kirin_sekou li{
	display: inline;
	list-style-type: none;
	margin-left: 5px;
}

.modoru{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
	text-align: right;
	margin-right: 20px;
}

/*金物///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
table.kanamono_table{}

table.kanamono_table ul{}

table.kanamono_table li{}


.kanamono_main{
	text-align: center;
	border: 1px solid #CCC;
	padding: 5px;
	background-repeat: no-repeat;
	height: 150px;
	width: 940px;
	background-position: center center;
	margin-top: 20px;
}

/*お問合せフォーム///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


table.form {
	border:1px solid #7777bb;
	border-collapse:collapse;
	margin-top:1em;
	width: 660px;
}
table.form th,td { text-align:left;/* border:1px solid #7777bb;*/ padding:8px; font-weight:normal; }
table.form th {
	width: 120px;
	background-color: #D7F7FF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
}
table.form td {
	background-color: #F6F6F6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
}
strong.ttl {
	text-align:left;
	display:block;
	margin-top:2em;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #063;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
}

#toiawase{
	padding-left: 100px;
}

#toiawase_b{
	padding-left: 260px;

}

p.red{
	font-size: 12px;
	color: #F00;
}

/*アクセス//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.access{
	padding-right: 60px;
	padding-left: 60px;
}

.map{
	text-align: center;
}

p.title {
	text-align:left;
	display:block;
	margin-top:2em;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #999;
	margin-bottom: 25px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	letter-spacing: 7px;
	line-height: 35px;
	background-color: #EAEAEA;
}

.map_title{
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #C1FFD6;
	margin-right: 630px;
	margin-left: 20px;
	padding-top: 5px;
	padding-left: 5px;
}

p.company_title {
	text-align:left;
	display:block;
	margin-top:2em;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #900;
	margin-bottom: 25px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 19px;
	letter-spacing: 7px;
	line-height: 35px;
	background-color: #EAEAEA;
	margin-right: 20px;
	margin-left: 20px;
	clear:both;
}

/*会社概要/////////////////////////////////////////////////////////////////////////////////*/

.company{

}
	
p.aisatsu{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 32px;
	margin-top: 15px;
	padding-left: 40px;
	width: 705px;
	float: left;
}	
.aisatsu_ceo{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 350px;
	padding-top: 10px;


}
.aisatsu_ceo2{
	width: 170px;
	float: left;
	padding-top: 115px;
	padding-right: 20px;


}
.company_main{
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.company_table{
	width: 750px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	border: 2px solid #CCC;
}

table.company_table tr{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

table.company_table th{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	width: 160px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 20px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}

table.company_table td{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
table.company_table_all{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


table.company_table_all tr{}

table.company_table_all td{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.rinen{
	padding-left: 40px;
	height: 170px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 32px;
}



/*別注**************************************************************************************************************************************************************************/

.becchu_1{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #063;
	margin-left: 125px;
	margin-top: 20px;
	letter-spacing: 3px;
	margin-bottom: 15px;
}

.becchu_2{
	margin-left: 5px;
	margin-top: 10px;
	width: 470px;
	height: 365px;
	float: left;

}

.becchu_3{
	float: left;
	margin-right: 3px;
	margin-top: 5px;
	margin-left: 3px;

}

.becchu_4{clear:both;}

.becchu_5{
	float: left;
	width: 466px;
	height: 175px;
}

.becchu_6{
	height: 175px;
	width: 464px;
}

.text_business {
	margin-top: 30px;
	margin-left: 20px;
	padding-bottom: 10px;
	float: left;
}


.text_business h1{
	font-weight: 800;
}

.text_business p{
	font-weight: 300;
}

.text_business2 {
	margin-top: 10px;
	margin-left: 20px;
	padding-bottom: 10px;
	float: left;
}


.text_business2 h1{
	font-weight: 800;
}

.text_business2 p{
	font-weight: 300;
}
.border_radius {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

