@charset "Shift_JIS";

/*-------------------------------------------------- 
　基本構成
--------------------------------------------------*/
body {
	width: 960px;
	margin: 0 auto;
}

#wrapper {
	background-color: #fff;
}

/*-------------------------------------------------- 
　ヘッダー
--------------------------------------------------*/
div.top_title {
	width: 940px;
	height: 20px;
	margin: 0 auto;
}

div.top_title h1 {
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-size: 10px;
}

div.logo {
	float: left;
	width: 540px;
	height: 70px;
	padding-left: 10px;
	text-align: left;
	overflow: hidden;
}

div.logo p,
div.logo h1 {
	height: 70px;
	line-height: 70px;
	font-size: 22px;
	font-weight: bold;
	overflow: hidden;
}

div.logo p a,
div.logo h1 a {
	text-decoration: none;
}

div.logo img {
	max-width: 280px;
	max-height: 70px;
}

div.contact_top {
	float: right;
	width: 400px;
	height: 70px;
	line-height: 1.4;
	overflow: hidden;
	margin-bottom: 10px;
	padding-right: 10px;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
}

div.contact_top_title {
	height: 30px;
	line-height: 30px;
	text-align: right;
	overflow: hidden;
}

div.contact_top_phone{
	text-align: right;
}

div.contact_top_phone p.phone_number {
	display: inline;
	padding-left: 40px;
	font-size: 30px;
	font-weight: bold;
	vertical-align: bottom;
}

/*-------------------------------------------------- 
　グローバルメニュー
--------------------------------------------------*/
div.global_navi {
	width: 960px;
	height: 54px;
	margin-bottom: 20px;
}

div.global_navi ul li {
	float: left;
}

div.global_navi ul li a {
	display: block;
	width: 160px;
	height: 54px;
	line-height: 54px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	overflow: hidden;
}

div.global_navi ul li a:hover {
	background-position: 0px -54px;
}

div.global_navi ul li#gnaviHOME a:hover {
	background-position: 0px -54px;
}

/*-------------------------------------------------- 
　コンテンツ基本設計
--------------------------------------------------*/
#contents {
	width: 960px;
	height: auto;
}

#artside_wrap {
	float: left;
	width: 630px;
}

#mainvisual {
	width: 630px;
}

#artside {
	width: 630px;
}

#naviside {
	width: 280px;
	float: right;
}

/*-------------------------------------------------- 
　ナビサイド
--------------------------------------------------*/
/*サブメニュー*/
#naviside .side_navi {
	width: 280px;
	margin-bottom: 20px;
}

#naviside .side_navi ul li {
	width: 280px;
}

#naviside .side_navi ul li a {
	display: block;
	width: 240px;
	height: 33px;
	line-height: 33px;
	padding-left: 40px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}

#naviside .side_navi ul li a:hover {
	background-position: 0px -33px;
} 

/*コンタクト＆メールマガジン共通*/
#naviside div.navibox {
	width: 260px;
	margin-bottom: 20px;
	padding: 9px;
	border: 1px solid #999;
	word-break: break-all;
	word-wrap: break-word;
}

div.navibox_ttl {
	margin-bottom: 5px;
	text-align: left;
}

div.navibox_ttl p {
	height: 40px;
	line-height: 40px;
	font-size: 27px;
	font-weight: bold;
}

/* iPadでfont-size:28px;だと文字が改行 */
@media screen and (max-device-width: 1024px) {
	div.navibox_ttl p { font-size: 25px; }
}

p.navibox_btn {
	width: 260px;
	height: 42px;
	line-height: 42px;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
}

p.navibox_btn a {
	display: block;
	padding-left: 30px;
	text-decoration: none;
	font-size: 13px;
}

p.navibox_btn a:hover {
	background-position: 0px -42px;
}

/*コンタクト*/
div.navibox_ttl p.phone_number {
	padding-left: 30px;
	text-align: left;
}

div.contact_navi_text {
	margin-bottom: 5px;
	text-align: left;
}

img.naviside_contact {
	max-width: 258px;
	margin: 0 auto 5px;
	border: 1px solid #999;
}

/*地図*/
/*googlemapタグを挿入した際*/
div.navibox_googlemaptag iframe {
	width: 258px;
	overflow: hidden;
}

div.navibox_googlemaptag small a {
	text-decoration: none;
}

p.navibox_map iframe {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

p.navibox_map small a {
	text-decoration: none;
}

/*メールマガジン*/
div.navibox_ttl p.mailmagazine {
	text-align: center;
}

p.mailmagazine_form {
	text-align: center;
	padding-bottom: 5px;
}

p.mailmagazine_form input.choice_mail {
	display: inline;
}

p.mailmagazine_form input.input_address {
	width: 96%;
	margin: 0 auto 5px;
}

input.btnMailMagazine {
	display: block;
	width: 260px;
	height: 42px;
	line-height: 42px;
	margin: 0 auto;
	padding-left: 30px;
	border: none;
	cursor: pointer;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Verdana,Geneva,Arial,Helvetica;
	font-weight: bold;
	font-size: 13px;
}

/*フリーエリア*/
div.naviside_free {
	width: 280px;
	margin-bottom: 20px;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
}

/*-------------------------------------------------- 
　アートサイド
--------------------------------------------------*/
/*汎用コンテナ*/
div.artbox {
	width: 630px;
	margin: 0 auto 30px;
	line-height: 1.6;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
}

div.artbox div.artbox_inner {
	padding-bottom: 5px;
	text-align: left;
}

h2 {
	width: 608px;
	height: 32px;
	margin: 0 0 20px 0;
	padding-top: 4px;
	padding-left: 22px;
	background: url(../images/bg_h2.jpg) no-repeat 0 0;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	width: 610px;
	height: 28px;
	line-height: 28px;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: url(../images/bg_h3.jpg) no-repeat 0 0;
	font-size: 15px;
	font-weight: bold;
}

/*テーブル共通*/
table.common_table  {
	width: 630px;
	border-collapse: collapse;
	text-align: left;
}

table.common_table col.title {
}

table.common_table col.detail {
}

table.common_table th {
	width: 25%;
}

table.common_table td {
	width: 75%;
}

table.common_table th,
table.common_table td {
	padding: 5px;
}

/*画像位置：L*/
div.artbox img.layoutL {
	padding: 0px 10px 10px 0;
	float: left;
	text-align: left;
}

/*画像位置：C*/
div.artbox img.layoutC {
	padding-bottom: 10px;
	float: none;
	display: block;
	margin: 0 auto;
	text-align: center;
}

/*画像位置：R*/
div.artbox img.layoutR {
	padding: 0 0 10px 10px;
	float: right;
	text-align: right;
}

/*条件分岐：画像サイズ変更*/
img.smallsize {
	width: 210px;
}

img.mediumsize {
	width: 315px;
}

img.largesize {
	width: 630px;
}

div.artbox img.largesize {
	padding-left: 0;
}

img.freesize {
	max-width: 630px;
}

/*リンクバナー*/
div.artbox p.btn_anchor {
	float: right;
	width: 206px;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	overflow: hidden;
}

div.artbox p.btn_anchor a {
	display: block;
	padding-left: 15px;
	text-decoration: none;
}

div.artbox p.btn_anchor a:hover {
	text-decoration: none;
}

/*-------------------------------------------------- 
　フッター設計
--------------------------------------------------*/
#footer {
	padding: 10px 0 0;
	background: url(../images/bg_footer.jpg) repeat 0 0;
	border-top: 1px solid #999;
}

div.footer_navi {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 10px;
}

div.footer_navi ul li {
	float: left;
	width: 160px;
	text-align: left;
	padding-bottom: 5px;
}

div.footer_navi ul li a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	border-left: 1px solid #999;
	text-decoration: none;
	font-size: 10px;
	color: #333;
	overflow: hidden;
}

p.copyright {
	text-align: center;
	padding-bottom: 10px;
	font-size: 10px;
}

/*-------------------------------------------------- 
　ニュースページ
--------------------------------------------------*/
div.artbox .news {
	text-align: left;
}

div.artbox .news dt {
	float: left;
	width: 100px;
	margin-bottom: 5px;
}

div.artbox .news dd {
	margin-bottom: 5px;
	padding: 0 5px 5px 120px;
}

div.artbox dl.newspage {
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
}

/*-------------------------------------------------- 
　交通案内ページ
--------------------------------------------------*/
/*googlemapタグを挿入した際*/
div.artbox_googlemaptag iframe {
	width: 630px;
	overflow: hidden;
}

div.artbox_googlemaptag small a {
	text-decoration: none;
}

p.map_image {
	max-width: 630px;
	text-align: center;
}

/*-------------------------------------------------- 
　お問合せページ
--------------------------------------------------*/
table.contact_table td input,
table.contact_table td textarea {
	width: 95%;
}

/*input*/
input.btnContact {
	width: 206px;
	height: 34px;
	padding-right: 15px;
	border: none;
	color: #fff;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Verdana,Geneva,Arial,Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
}

input.btnContact01 {
	background: url(../images/btn_contact01.jpg) no-repeat scroll 0 0 transparent;
}

input.btnContact01:hover {
	background-position: 0 -34px;
}

input.btnContact02 {
	background: url(../images/btn_contact02.jpg) no-repeat scroll 0 0 transparent;
	padding-right: 0;
	padding-left: 15px;
}

input.btnContact02:hover {
	background-position: 0 -34px;
}

div.btnContactArea_input,
div.btnContactArea_confirm {
	margin-top: 10px;
	text-align: center
}

/*サイバートラストシール*/
div.verisignArea p.verisign_webseal {
	float: left;
	width: 120px;
}

div.verisignArea p.verisign_desc {
	float: right;
	width: 500px;
}

/*2012/12/15以前に公開したテンプレート対応　地図の大きさを変更*/
div#google_map {
	width: 258px!important;
	height: 258px!important;
}


/*-------------------------------------------------- 
　ネットショップページ
--------------------------------------------------*/
#shopPage #copyright_wrap {
	letter-spacing: 0;
}
/*-------------------------------------------------- 
　2013/11ファイルアップロード機能
--------------------------------------------------*/
table.free_file_area th{
	padding-bottom: 20px;
}
table.free_file_area td{
	padding-bottom: 20px;
	width: 30%;
}
img.icon_file{
	vertical-align: middle !important;
}
div.artbox dl dd.file_btn_space{
	height: 10px;
}
div.artbox dl dt.dt_info_file{
	width: 300px;
	overflow: hidden;
	padding-top:6px;
}
div.artbox dl dd.dd_info_file{
	padding-top:6px;
}