@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	padding-left: 0%;
	padding-right:0%;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#company {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#company h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	
	margin-bottom:0px;
}
#company header{
	margin-left:10px;
}
#company h5{
	margin-top: 0px;
	text-indent: 100px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #052669;
}
#access h1{
	font-family: Georgia, "Times New Roman", Times, serif;
}

#access header{
	margin-left:10px;
}
#access h5{
	margin-top: 0px;
	text-indent: 100px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #052669;
}
.dai{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 200;
	margin-bottom: 10px;
	text-indent: 20px;
	color: #052669;
}
.li{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 200;
    text-indent:30px;
	margin-top:0px;
	color: #333333;
}
#acsess {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#line {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#line h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	
	margin-bottom:0px;
}
#line header{
	margin-left:10px;
}
#line h5{
	margin-top: 0px;
	text-indent: 100px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #052669;
}
#photo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cop{
	margin-bottom:50px;
}
#cop h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-bottom:0px;
}
#cop header{
	margin-left:10px;
}
#cop h5{
	margin-top: 0px;
	text-indent: 100px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #052669;
}
#cop h2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	color: #0F747E;
	font-size: 16px;
	text-align:center;
	margin-right:5px;
}
#cop h3{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left:5px;
	margin-right:5px;
}
#cop nav ul li{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;	
margin-left:5px;
	margin-right:5px;
	color: #0F747E;
	}
	

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#company {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#acsess {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#line {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.li{
	font-size:14px
}

#photo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.flexslider{
	width:50%;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#company {
	clear: both;
	float: left;
	margin-left: 0;
	width: 33.69385%;
	display: block;
	border: thin solid #3EBBA4;
	margin-top:10px;
	margin-bottom:10px;
	}
#line {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 33.5714%;
	display: block;
	border: thin solid #3EBBA4;
	margin-top:10px;
	margin-bottom:40px;
}
#photo {
	clear: none;
	float: left;
	margin-left: 1.5%;
	width:27.65305%;
	display: block;
	border: thin solid #3EBBA4;
	margin-top:10px;
}
.flexslider{
	width:100%;
}
#access {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border: thin solid #3EBBA4;
	margin-top:10px;
	margin-bottom:10px;
}m
.map{
	width:95%;
	margin:20px;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}