@charset "utf-8";



/*PC・タブレット・スマホ共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	color: #000;	/*全体の文字色*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 15px;
	line-height: 2;
	-webkit-text-size-adjust: none;
	background: #fff;
	height: 100%;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {
	list-style-type: none;
	font-weight: bold;
}
ol {
	padding-left: 0px;
	padding-bottom: 15px;
}
img {
	border: none;
	height: auto;
	vertical-align: middle;
	max-width: 100%;
}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {
	display: block;
}
@media screen and (max-width: 480px){
iframe {
	width: 100%;
  margin: -10px 0 0 0;
  padding: 0 0 20px 0;
  }
}

.mojikuro {
	color: #000;
}
.mojifuto {
	font-weight: bold;
}
.padding_ue1 {
	padding-top: 10px;
}
.padding_ue2 {
	padding-top: 10px;
}



/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	text-decoration: none;
}
a:hover {
	color: #0303db;				/*マウスオン時の文字色*/
	text-decoration: none;		/*マウスオン時にリンクの下線を消す設定*/
}




/*コンテナー（ホームページ全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {overflow-x: hidden;}





/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	max-width: 1000px;	/*最大幅*/
	position: relative;
	z-index: 1;
	margin: 0 auto;
	text-align: center;	/*内容をセンタリング*/
	left: 0px;
	color: #031F6C;
}

/*ロゴトップ*/
.logotop img {
	padding-top: 30px;
	width: 194px;
	float: left;
	padding-bottom: 30px;
}

/*ロゴ画像*/
#logo img {
	width: 200px;	
	padding-top: 70px;	
}




/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar {
	max-width: 870px;	/*最大幅*/
	position: relative;
	z-index: 2;
	margin: 0 auto;
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.9);	/*背景色。*/
	height: 45px;
	padding: 10px 0;
}
/*トップページのメニューブロックの設定*/
#top #menubar {
	border-radius: 8px;
	margin-top: 30px;/*トップ画像とメニューの間*/
	clear: both;
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width: 19.5%;	/*メニュー幅（※5個の場合）*/
	
}
#menubar li a {
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 45px;	/*行間（高さ）*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
/*１個目メニューの設定*/
#menubar li:first-child {
	margin-left: 1%;	/*左側にバランスよく余白を入れる*/
}

/*マウスオン時と、現在表示中(current)設定*/
#menubar li a:hover,
#menubar li.current a {
	color: #FFF;	/*背景色*/
	background-color: #000066;
}










/*コンテンツ
---------------------------------------------------------------------------*/
.contents {
	clear: both;
	max-width: 1000px;	/*最大幅。#header、#menubar、#pagetopと数字を合わせる*/
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0;
}
@media screen and (max-width: 480px){
.contents {
 padding: 0 15px;
  }
.gaiyou_box1 {
	width: 90%;
  }  
}

.lineline_urban h2 {
	clear: both;
	margin-bottom: 15px;
	padding: 8px 20px;	/*上下、左右への余白*/
	background: #a0a0a4;	/*背景色*/
	color: #fff;	/*文字色*/
	border-radius: 10px;
	font-size: 16px
}
/*h3タグ*/
.contents h3 {
	clear: both;
	margin-bottom: 15px;
	padding: 6px 20px;	/*上下、左右への余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-radius: 10px;		/*角丸のサイズ*/
}
/*h3タグのタイプ違い（MENUページのh3見出しに使用）*/
.contents h3.type2 {
	border: none;
	background: #000;	/*背景色*/
	color: #fff;		/*文字色*/
}
/*見出しのタイプ違い設定（トップページの挨拶で使っている大きな見出し）*/
.type1 {
	background: none !important;
	border-radius: 0 !important;
	color: #666666 !important;
	line-height: 4 !important;
	font-weight: normal !important;
	font-size: 20px !important;
	text-align: center !important;
	margin-bottom: 50px !important;
	letter-spacing: 0.07em !important;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-color: #CCC;
}
/*見出しのタイプ違い設定（商品ページ見出し）*/
.type3 {
	background: none !important;
	border-radius: 0 !important;
	color: #999999 !important;
	line-height: 1.3 !important;
	font-weight: bold !important;
	font-size: 18px !important;
	text-align: center !important;
	margin-bottom: 20px !important;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-color: #CCC;
}
/*見出しのタイプ違い設定（商品ページ見出し）*/
.type4 {
	background: none !important;
	border-radius: 0 !important;
	color: #999999 !important;
	line-height: 1.3 !important;
	font-weight: bold !important;
	font-size: 18px !important;
	text-align: center !important;
	margin-bottom: 1px !important;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-color: #CCC;
}
/*段落タグ*/
.contents p {
	padding: 0px 20px 15px;	/*上、左右、下への余白*/
}



.contents .toppage1 p {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: x-large;
	font-weight: bolder;
	text-align: center;
	color: #111;
	letter-spacing: 2px;
	line-height: 2em;
}
@media screen and (max-width: 480px){
.contents .toppage1 p {
	line-height: 1.7em;
  padding: 0 0 30px 0;
  }  
}


/* 改行の有無 */
@media screen and (min-width: 480px){   
.pc { display:block; }
.sp { display:none; }
}
@media screen and (max-width: 480px){   
.pc { display:none; }
.sp { display:block; }
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;	/*背景色*/
	color: #fff;			/*文字色*/
	text-align: center;
	background-color: #003366;
	padding-top: 10px;
	padding-bottom: 10px;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer .footer1 {
	font-size: x-large;
	font-weight: bold;
}

footer .footer2 span {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	display: inline;
	padding-bottom: 2px;
}

/*SPAN
---------------------------------------------------------------------------*/
.span80 {
	font-size: 80%;
}
.span60 {
	font-size: 60%;
}