@charset "utf-8";
/* CSS Document */

/*コマンド-----------------------------------------------*/
@import "command.css";

/*body--------------------------------------------------------------*/

body
{
	margin			: 0 auto;
	padding			: 0;
	font			: 18px/1.6 Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
 
	color			: #383838;
	background		: #FFF url(../images/common/base/bg_01.gif) repeat-x;
	text-align		: center;
	min-width		: 1000px;
}

/*Opera用*/
html:first-child body
{
	font			: 16px/1.5  Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

div,form,map
{
	margin			: 0;
	padding			: 0;
}

p
{
	margin-top      : 0;
	padding         : 0;
}


#header
{
	background		: url(../images/common/base/header_bg.gif) bottom center repeat-x;
    display: none;
	/*border-top		: #0a2b67 solid 4px;**/}

#header .header_inner
{
	width			: 1000px;
	margin			: 0 auto;
	text-align		: left;
	padding			: 10px 0px 5px;
}
#main
{
	width			: 980px;
	margin			: 0 auto;
	padding			: 40px 0px;
}

#main h2
{
	padding			: 0px;
	margin			: 0px;
	border			: 3px #FFF solid;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	box-shadow:rgba(0, 0, 0, 0.180392) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.180392) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.180392) 0px 0px 3px 1px;
	background		: url(../images/common/base/title_bg.gif) 0 repeat-x;
	font-size			: 2.3em;
	color				: #2d497c;
	font-weight			: bold;
	padding				: 23px 29px 18px;
	margin-bottom		: 35px;
	text-align			: center;
}

#footer .copy {
	background:url(../images/common/base/copy_bg.gif) top left repeat-x;
  padding-top: 20px;
  text-align: center;
  display:block;
  min-height		: 50px;
}


/*form:inputとtextareaは#contact_form経由で使う*/

#contact_form input.input_area,
#contact_form textarea.input_area,
#contact_form select{
    font-size:18px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo;
    border: 1px solid #B9C9CE;
    border-radius:3px;
    padding: 10px 1.2em;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}
#contact_form textarea.input_area
{
	font-size		: 14px;
}

.form_name
{
	width			: 10em;
}
.form_tel
{
	width			: 15em;
}

.form_mail
{
	width			: 25em;
}
.form_add
{
	width			: 30em;
}
.form_team
{
	width			: 20em;
}
.form_other
{
	width			: 35em;
	height			: 10em;
}


.form_name_s
{
	width			: 10em;
}
.form_tel_s
{
	width			: 15em;
}

.form_mail_s
{
	width			: 16em;
}
.form_add_s
{
	width			: 16em;
}


.form_zip,.form_xs
{
	width			: 4em;
}

.form_ll
{
	width			: 90%;
	height			: 8em;
}

.input_btn input,
.input_btn:hover input
{

	padding			: 20px 0px;
	font-size		: 35px;
	background:url(../images/common/base/arr_icon.png) 10% 50% no-repeat;
	border:none;
	width			: 100%;
	color				: #FFF;
	font-weight:bold;

}
.input_btn
{
	background:url(../images/common/base/input_bg.png) 0 0 repeat-x;
	background-size: auto 100%;
	width			: 60%;
	font-weight		: bold;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	margin			: 0 auto;
	border:1px #FFF solid;
box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 3px 1px;
-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 3px 1px;
-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 3px 1px;
margin-bottom:30px;

}
.input_btn:hover
{
	background:url(../images/common/base/input_bg_on.png) 0 0 repeat-x;
}



.topicPath
{
	width			: 95%;
	text-align		: left;
	margin			: 0px auto 15px;
}
.layout_table
{
	width			: 100%;
	border-collapse	: collapse;
	padding			: 0px;
	margin			: 0px;
	
}
.layout_table td,
.layout_table th
{
		padding:0;
}


.layout_table_wnone
{
	border-collapse	: collapse;
	padding			: 0px;
	margin			: 0px;
	
}
.layout_table_wnone td,
.layout_table_wnone th,
{
		padding:0;
}


.data_box table
{
	border-top		: 1px solid #ccc;

	text-align      : left;
	width           : 95%;
	margin-left     : auto;
	margin-right    : auto;
	margin-bottom   : 30px;
}

.data_box th
{
	border-bottom	: 1px solid #ccc;
	padding			: 20px 25px;
	background		: #f7f7f7;
	font-weight     : normal;
	width			: 200px;
}

.data_box .long th
{
	width: 65%;
}

.data_box td
{
	border-bottom:dashed 1px #CCC;
	padding			: 20px 25px;
	background		: #fff;

}

.raisya select
{
	margin-right	: 10px;
	margin-left		: 10px;



}
.clearfix:after
{
	content		: "";
	display		: block;
	clear		: both;

}

.m_l
{
	margin-bottom	: 30px;
}
.f_s
{
	font-size:0.9em;
}
.text_catch
{
	font-size:1.4em;
	text-shadow:1px 1px 0px #fff,1px 1px 4px #999;
	margin-bottom: 10px;
}
.text_box
{
	text-align:left;
}

.ssl
{
	width			: 90%;
	margin			: 0 auto;

}

.ssl th
{
	width			: 135px;

}
.ssl td
{
	text-align		: left;
	font-size		: 16px;
	padding			: 15px;
}
.none
{
	margin-bottom:0px;
}