@charset "Shift_JIS";

/*-- WORKS  BY  FLAPTURN
http://www.flapturn.jp
--*/

/*-------- all page -------*/

html,body {
	height: 100%;
}


html
{
	overflow-y: scroll;
}

body
{
	margin: 0px auto;
	padding: 0px;
	font-size: 12px;
	text-align: center;
	color: #333333;
	line-height: em;
}

img
{
	margin: auto 0px ;
}

h1
{
width: 100%;
font-size: 12px;
font-weight: normal;
padding: 5px;
margin: 0px auto 20px;
background: #009ce5;
color: #ffffff;
}



/*-- H1　サイトタイトル　-*/

h1 a
{
	color: #666666;
}

h1 a:hover
{
	text-decoration: none;
}


/*-- H2　商品詳細　-*/

h2
{
	font-size: 12px;
	margin: 0px;
}

/*-- H3　ページタイトル　-*/

h3#title
{
	width: 100%;
	font-size: 20px;
	text-align: left;
	padding: 12px 0px 10px 0px;
	background:  url(/images/sp/bg_navi.png) repeat-x;
	border-bottom: #99ccff 1px solid;
	border-top: #3366cc 1px solid;
}

h3#title b
{
	font-weight: normal;
	margin-left: 20px;
	padding-left: 15px;
	border-left: #ffffff 2px solid;
}


h3#title
{
	width: 90%;
	font-size: 20px;
	text-align: left;
	padding: 12px 0px 10px 20px;
	margin: 10px auto;
	border: #dddddd 1px solid;
	color: #000000;
	-moz-box-shadow: 2px 2px 2px #aaa;
	-webkit-box-shadow: 2px 2px 2px #aaa;
}

h3#title b
{
	padding-left: 15px;
	border-left: #6699ff 4px solid;
	font-weight: normal;
}

h3#footer
{
	width: 100%;
	margin: 10px auto;
	padding: 4px 0px ;
	text-align: right;
	color: #6699ff;
	clear: both;
}


/*-- H4　インデックス　-*/

h4
{
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}

/*-- H4　文章タイトル　-*/


h4.index
{
	width: 100%;
	font-size: 16px;
	padding: 8px 0px 6px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: #6699ff 2px solid;
	color: #6699ff;
}


h4.index b
{
	padding-left: 15px;
	border-left: #6699ff 4px solid;
	font-weight: normal;
}


h4.title
{
	width: 100%;
	font-size: 16px;
	padding: 8px 0px 6px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: #6699ff 2px solid;
	color: #6699ff;
}

h4.title b
{
	padding-left: 15px;
	font-weight: normal;
}

h4.title_news {
width: 100%;
font-size: 16px;
text-align: left;
float: left;
color: #2f85c3;
padding: 5px 0px 5px 10px;
margin: 10px 0px 20px 0px;
border-top: #cccccc 1px dotted;
border-bottom: #cccccc 1px dotted;
}

h4.title_news span
{
	float: left;
	height: 100%;
	margin: 0px 10px 0px 0px;
}


h4.title_news b
{
	font-size: 14px;
	margin: 0px 0px 0px 15px;
}

h4.prtext_index
{
	width: 100%;
	font-size: 16px;
	text-align: left;
	float: left;
	color: #2f85c3;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 0px 0px;
	border-top: #cccccc 1px dotted;
	border-bottom: #cccccc 1px dotted;
}

h4.prtext_index span
{
	float: left;
	height: 100%;
	margin: 0px 10px 0px 0px;
}

h4.prtext_index b
{
	vertical-align: middle;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-weight: normal;
}

h4.prtext_index img
{
	vertical-align: middle;
	margin: 5px 0px 5px 10px;
}

h4.sidebar {
	width: 90%;
	margin: 0px auto;
	font-weight: bold;
	padding: 4px 8px 5px;
	font-weight: normal;
	color: #ffffff;
	background: #2f85c3;
}

/*-- H5　商品リストタイトル　-*/


h5
{
	font-family: monospace;
	font-weight: normal;
	padding: 0px ;
	margin: 0px 20px 10px 20px;
}

h6
{
	padding: 1px 8px 0px;
	float: left;
	width: ;
	margin: 10px 0px;
	border-left: #999999 10px solid;
	font-size: 14px;
	font-weight: bold;
}


h5.sidebar_title {
padding: 4px 10px 2px;
margin: 10px 0px;
background: #dddddd;
}

a
{
	color: #ffcc00;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

p
{
	position: relative;
	clear: both;
	text-align: left;
}

/*--
table
{
	float: left;
	width: 90%;
	position: relative;
	margin: 10px 0px 0px 10px;
	border-collapse: collapse; 
	border-spacing:0;
	margin-left: 20px;
}

table td
{
	text-align: left;
	margin-left: 10px;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 6px;
	border: solid #d3d3a2 1px;
	vertical-align: top;
}

table th
{
	text-align: left;
	margin-left: 10px;
	padding-top: 6px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
	border: solid #d3d3a2 1px;
	background: #fbfbeb;
}

table td.clear
{
	border: none;
}

--*/

strong
{
	font-weight: normal;
}

textarea
{
	width: 100%;
	height: 50px;
	margin: 2px 0px;
	padding: 2px;
	font-size: 12px;
	color: #666666;
}

form
{
}

input.contact
{
	margin: 2px 0px;
	padding: 0px 2px ;
	font-size: 12px;
	color: #666666;
}

div.buttons
{
	width: 100%;
}

input[type=submit],
input[type=button]
{
	width: 100%;
	padding: 5px 10px;
	margin: 4px 0px;
	cursor: pointer;
	color: #050505;
	background: -moz-linear-gradient( top, #ffffff 0%, #ebebeb 50%, #dbdbdb 50%, #b5b5b5);
	background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), color-stop(0.50, #ebebeb), color-stop(0.50, #dbdbdb), to(#b5b5b5));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #949494;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 0px 2px rgba(255,255,255,0);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 0px 2px rgba(255,255,255,0);
	box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 0px 2px rgba(255,255,255,0);
	text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

input.button
{
	padding: 0px 4px 0px 0px;
}

input.radio
{
	margin: 0px 6px 0px 0px;
}

label
{
	margin: 0px 8px 0px 0px;
	vertical-align: top;
}

select
{
	font-size: 11px;
}

ul
{
	list-style: none;
}

div.error
{
	color: #FF0000;
	text-decoration: blink;
}

div#wrap
{
	width: 100%;
	position: relative;
	margin: 0px auto;
}

div.text
{
	width: 90%;
	margin: 0px 10px 10px;
	padding: 10px 0px;
	text-align: left;
	border-bottom: #0033cc 1px dotted;
	overflow:hidden;
	clear: both;
}

div.text p
{
	float: left;
	text-align: left;
	width: 90%;
	margin: 0px;
	padding: 10px;
}

img.picture
{
	margin: 0px suto 0px ;
	border: #4c0000 1px solid;
}


ul.navi
{
	position: relative;
	width: 100%;
	float: left;
	margin: 0px 0px 10px;
	padding: 0px;
	border-bottom: #009ce5 1px solid;
}

ul.navi li
{
	position: relative;
	width: 100%;
	height: 50px;
	float: left;
	font-size: 16px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	background:  url(/images/sp/bg_navi.png) repeat-x;
	border-top: #009ce5 1px solid;
}


ul.navi li a
{
	position: relative;
	display: block;
	width: 96%;
	height: 30px;
	color: #009ce5;
	margin: 0px;
	padding:  18px 0px 0px 10px;
	background-position: 96%;
}

ul.navi li a:hover
{
	text-decoration: none;
	cursor: pointer
}

ul.navi li img
{
	position: relative;
	height: 30px;
	margin: 0px 10px;
	vertical-align: middle;
	top: -5px;
}


/*-------- header --------*/


header
{
	position: relative;
	width: 100%;
	height: 120px;
	margin: 0px auto;
}

header img#logo
{
	float: left;
}

/*-------- main --------*/


div#main
{
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

body > div#main
{
	height: auto;
}

/*-------- index --------*/


div#pr_index
{
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px;
	background: url(../images/body/border.jpg) bottom center no-repeat;
}



div.index_contents
{
	width: 280px;
	height: 210px;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 20px;
	background: #3366cc;
	overflow:hidden;
	clear: both;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
}

a.index_linkbox
{
	width: 90%;
	height: 50px;
	background:  url(/images/body/index_linkbox.gif) no-repeat;
	background-position: right 50%;
	border: #aaaaaa 1px solid;
	padding: 20px 30px 30px 10px;
	margin: 10px auto 10px;
	color: #0099ff;
	font-size: 20px;
	line-height: 1em;
	display: block;
}

a.index_linkbox:hover
{
	background:  url(/images/body/index_linkbox_on.gif) no-repeat ;
	background-position: right 50%;
	border: #cccccc 1px solid;
}

a.index_linkbox2
{
	width: 90%;
	height: 50px;
	background:  url(/images/body/index_linkbox2.gif) no-repeat #0099ff;
	background-position: right 50%;
	border: #0099ff 1px solid;
	padding: 30px 30px 30px 10px;
	margin: 10px auto 10px;
	color: #ffffff;
	font-size: 20px;
	line-height: 1em;
	display: block;
}

a.index_linkbox2:hover
{
	background:  url(/images/body/index_linkbox2_on.gif) no-repeat #0099ff;
	background-position: right 50%;
	border: #2aaaff 1px solid;
}


dl.index_contents
{
	width: 95%;
	height: 210px;
	margin: 20px auto 0px;
	padding: 0px 0px 20px;
	line-height: 1.5em;
	overflow: hidden;
	text-align: left;
}

dl.index_contents dt
{
	margin: 5px 5px 0px;
}


dl.index_contents dt b
{
	margin-right: 5px;
	padding: 2px 4px 3px;
	font-weight: normal;
}

dl.index_contents dd
{
	border-bottom: #000000 1px dotted;
	margin: 0px 5px 0px;
	padding: 0px 0px 5px;
	line-height: 1.3em;
}

div.prtext_index
{
	width: 95%;
	display: inline-block;
	margin: 0px 0px 20px 0px;
	border: #eeeeee 1px solid;
	moz-box-shadow: 2px 2px 2px #ddd;
	-webkit-box-shadow: 2px 2px 2px #ddd;
}

div.prtext_index div.pr
{
	display: block;
	padding: 20px;
}


div.prtext_index p
{
	display: block;
	padding: 20px;
}


div.index_link_l
{
	float: left;
	width: 100%;
	height: 230px;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}

div.index_link_l img
{
	margin: 0px 0px 10px 0px;
}

div.item_index
{
	float: left;
	height: 300px;
	margin: 10px 0px;
	background:  url(/images/index/item_index.jpg) no-repeat;
}

div.item_index p
{
	float: right;
	height: 300px;
	margin: 80px 20px 0px 0px;
}

div.item_index div
{
	float: right;
	margin: 0px;
}

div.item_index img
{
	float: left;
}

/*-- articleページ --*/


div#article ul
{
	list-style-type: disc;
	margin: 10px 0px;
}

div#article ol
{
	list-style-type: decimal;
	margin: 10px 0px;
}

div#article li
{
	margin-left: 40px;
}



div.contents
{
	width: 98%;
	margin: 0px auto 10px;
	padding: 20px 0px 30px;
	overflow: hidden;
	clear: both;
}

div.contents p.text
{
	margin: 0px 20px 10px;
}

div.contents div.text
{
	float: left;
	margin-left: 10px;
	padding: 10px;
}

div.contents div.picture
{
	float: right;
	margin-right: 20px;
	width: 210px;
}

div.contents img.right
{
	float: right;
}

table.article
{
	width: 100%;
	background-image: none;
	margin: 0px 0px 5px;
}

table.article caption
{
	font-weight: bold;
	margin: 4px 0px;
	padding: 0px 8px 0px;
	font-weight: normal;
	border-left: #6699ff 3px solid;
}


table.article th
{
	border: solid #999999 1px;
	padding: 20px;
	font-size: 18px;
	color: #0099ff;
}

table.article th.heading
{
	border: solid #999999 1px;
	padding: 20px;
	font-size: 18px;
	background: #e3f0f9;
	color: #0099ff;
	text-align: center;
}

table.article th.title
{
	border: solid #999999 1px;
	padding: 10px;
	font-size: 12px;
	color: #666666;
}


table.article td
{
	border: solid #999999 1px;
	vertical-align: middle;
	color: #333333;
	padding: 20px;
	font-size: 18px;
	text-align: left;
}


table.article td a
{
	color: #339900;
}

table.article td.clear
{
	border: none;
}

table.center
{
	text-align: center;
}

div.contents div.text_right
{
	margin-top: 10px;
	padding: 10px;
	text-align: left;
}

div.contents div.text_left
{
	margin-top: 10px;
	padding: 10px;
	text-align: left;
}

div.contents div.picture_right
{
	margin-right: 0px;
	width: 660px;
}

div.contents div.picture_left
{
	float: left;
	margin-left: 0px;
	width: 660px;

}

div.center
{
	margin: 0px;
	padding: 10px 0px;
}

div.pictures
{
	height: 230px;
	margin: 10px 0px 0px 0px;
	background:  url(/images/body/bg_picture.gif) no-repeat;
}

div.pictures span
{
	float: left;
	text-align: left;
	width: 180px;
	margin: 10px 0px 0px 15px;
	padding: 0px;
	line-height: 1.3em;
}

div.pictures img
{
	float: left;
	width: 180px;
	margin: 15px 0px 0px 13px;
	border: #ffffff 1px solid;
}

div.pictures img:hover
{
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}


div.pictures a
{
	display: block;
	color: #555555;
}

a.article
{
	text-align: right;
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 5px 40px 5px 10px;
	color: #ffffff;
	background:  url(/images/body/index_linkbox2.gif) no-repeat #2aaaff;
	background-position: right 50%;
}

a.article:hover
{
	background:  url(/images/body/index_linkbox2_on.gif) no-repeat #55bbff;
	background-position: right 50%;
}


span.signpost
{
	width: 100%;
	text-align: center;
	display: block;
}



/*-------- project --------*/

div#project
{
	width: 100%;
 	position: relative;
	float: left;
	margin: 0px 0px 10px;
}



div#project a.list
{
	position: relative;
	float: left;
	width: 120px;
	height: 130px;
	text-align: center;
	margin: 5px 6px;
	padding: 10px 10px;
	border: #4c0000 1px solid;
}



/*-------- company --------*/


div#company
{
	width: 100%;
	position: relative;
	margin: 0px;
}

div#company table
{
}

/*-------- recruit --------*/


div#recruit
{
	width: 100%;
	position: relative;
	margin: 0px;
}

div#recruit table
{

}

/*-- linksページ --*/


ul.links
{
	
}

ul.links li
{
	text-align: left;
	height: 35px;
	margin: 5x 0px 0px;
	padding: 5px 0px 0px;
	line-height: 1.3em;
	border-bottom: #ededd1 1px dotted;
}

ul.links li:hover
{
	background:  #3e70d5;
}


ul.links li img
{
	float: left;
	margin: 0px 10px;
}

ul.links li a
{
	width: 100%;
	display: block;
}

ul.links li a:hover
{
	background:  #3e70d5;
	text-decoration: none;
}


/*-- newsページ --*/

dl#news
{
	width: 90%;
	margin: 0px auto 10px;
	padding: 20px 0px 30px;
	text-align: left;
	overflow:hidden;
	clear: both;
	color: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

dl#news dt
{
	margin: 0px 0px 0px;
}

dl#news dt span
{
	/*float: right;*/
	margin: 0px 5px 0px 0px;
	color: #e57b1e;
}

dl#news dd
{
	margin: 20px 20px 0px;
	padding: 0px 0px 5px;
	line-height: 1.3em;
}


ul#list_news
{
	text-align: left;
	margin: 0px 0px 10px;
	padding: 20px 0px 30px;
	background: #3366cc;
	overflow:hidden;
	clear: both;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

ul#list_news li
{
	margin: 3px 20px;
	padding: 5px 5px 3px;
	line-height: 1.3em;
}

ul#list_news li a
{
	width: 100%;
	display: block;
	text-decoration: none;
}

ul#list_news li b
{
	margin-right: 5px;
	padding: 2px 4px 1px;
	background: #e57b1e;
	font-weight: normal;
	color: #ffffff;
}

ul#list_news li:hover
{
	background:  #3e70d5;
}


/*-- faqページ --*/


/*-- faqページ --*/


ul.faq
{
　padding: 0px;
	margin: 20px 30px;
}

ul.faq li
{
　padding: 0px;
}


ul.faq li.q
{
	font-size: 16px;
	color: #003399;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background:  #f5faff;
}

ul.faq li.q h5:before
{
	content: 'Q';
	margin: 0px 10px 10px 0px;
	font-size: 20px;
}

ul.faq li.a
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

ul.faq li.a:before
{
	content: 'A';
	margin: 0px 10px 10px 0px;
	font-size: 20px;
}

/*-------- contact --------*/

div#contact
{
	width: 100%;
	position: relative;
	margin: 0px;
}

table.contact
{
	background-image: none;
	margin: 0px auto 5px;
	width: 90%;
}

table.contact caption
{
	font-weight: bold;
	margin: 4px 0px;
	padding: 0px 8px 0px;
	font-weight: normal;
	border-left: #6699ff 3px solid;
}


table.contact th
{
	border: solid #999999 1px;
	padding: 14px;
	font-size: 14px;
	color: #0099ff;
}

table.contact th.heading
{
	border: solid #999999 1px;
	padding: 14px;
	font-size: 14px;
	background: #e3f0f9;
	color: #0099ff;
	text-align: center;
}

table.contact th.title
{
	border: solid #999999 1px;
	padding: 10px;
	font-size: 12px;
	color: #666666;
}


table.contact td
{
	border: solid #999999 1px;
	vertical-align: middle;
	color: #333333;
	padding: 20px;
	font-size: 14px;
	text-align: left;
}


table.contact td a
{
	color: #339900;
}

table.contact td.clear
{
	border: none;
}

div.contact input
{
	margin-right: 3px;
}

div.contact .non_input
{
	color: #aaaaaa;
}

div#contact table input
{
	background: #222222;
	margin: 0px;
	color: #cccccc;
	border: #000000;
	padding: 4px;
}

div#contact table textarea
{
	background: #222222;
	margin: 0px;
	color: #cccccc;
	border: #000000;
	padding: 4px;
}

div#contact table form
{
	margin: 0px 6px 0px 0px;
}

/*-------- footer --------*/

div#footer_wrap
{
	width: 100%;
	padding: 10px 0px;
	clear: both;
	background: #eeeeee;
	border-top: #dddddd 1px solid;
}

div#footer
{
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 0px 10px;
}

div#footer li
{
	float: left;
	position: relative;
	display: inline-block;
	margin: 0px 10px 6px 0px;
	padding: 10px;
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}


div#footer li a
{
	color: #0066cc;
}


div#footer li a:hover
{
	color: #6699ff;
}


div#footer_operator
{
	float: right;
	width: 330px;
	height: 100px;
	color: #666666;
	display: block;
	text-align: left;
	margin: 10px auto;
	padding: 0px 0px 0px 30px;
}

div#footer_operator table
{
}

div#footer_operator table th
{
	padding: 0px 4px;
}


div#footer_operator h5
{
	width: 330px;
	font-size: 20px;
	margin: 5px 0px;
	padding: 2px 4px 8px;
	font-weight: normal;
	border-bottom: #333333 1px solid;
}

div#footer_operator b
{
}


/*-------- enterprise_list --------*/

div#enterprise_list
{
	margin: 0px 0px 0px 10px;
}

table#enterprise_list
{
width: 90%;
margin: 0px auto;
text-align: left;
}

table#enterprise_list th
{
	border-bottom: #6699cc 2px solid;
	color: #6699cc;
	text-align: center;
}


table#enterprise_list td
{
	padding: 0px;
}

table#enterprise_list td a
{
	width: ;
	height: ;
	display: block;
	margin: 5px 10px 2px;
}


table#enterprise_list td.bottom
{
	padding: 0px 10px 5px;
	border-bottom: #6699cc 1px dotted;
}

/*-------- enterprise_detail --------*/

div#title_enterprise
{
	width: 610px;
	height: 120px;
	font-weight: bold;
	text-align: left;
	float: right;
	padding: 22px 0px 0px 20px;
	background:  url(/images/title/enterprise_detail.jpg) no-repeat;
}


div#title_enterprise b
{
	font-size: 24px;
	height: 24px;
	padding-left: 20px;
	color: #3399cc;
	text-shadow: -1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 1px 1px #fff;
	margin: 0px 0px 0px 0px;
	display: block;
}

div#title_enterprise h3
{
	font-size: 14px;
	padding-left: 100px;
	color: #777777;
	text-shadow:
		-1px -1px #fff,
		1px -1px #fff,
		-1px 1px #fff,
		1px 1px #fff;
}

div#title_enterprise span
{
	float: right;
	font-size: 14px;
	padding-left: 200px;
	color: #6699cc;
}


/*-------- sideber --------*/

div.sidebar
{

}

div.sidebar table.enterprise
{
width: 300px;
margin: 0px auto;
}

div.enterprise table th {
text-align: left;
padding: 10px 0px 2px;
margin: 0px 0px 10px;
border-bottom: #2f85c3 2px solid;
}

div.enterprise table td {
text-align: left;
padding: 10px 0px 2px;
margin: 0px 0px 10px;
}

/*-------- clear --------*/

div.clear
{
	clear: both;
	width: 100%;
	height: 0%;
}



div.page_navi
{
	width: 100%;
	margin: 20px 0px 0px;
	text-align: center;
}

/*-------- page_navi --------*/

div.page_navi a
{
	padding: 4px 6px;
	border: solid #003399 1px;
	background: #6699cc;
	color: #003399;
	font-weight: normal;
}

div.page_navi a:hover
{
	text-decoration: none;
	background: #e57b1e;
	color: #ffffff;
}

div.page_navi b
{
	padding: 4px 6px;
	border: solid #003399 1px;
	font-weight: normal;
	color: #6699cc;
}

div.page_navi span
{
	padding: 4px 6px;
	border: solid #003399 1px;
	font-weight: normal;
	color: #6699cc;
}
