@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		6;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

#div1 {
	width: 100%;
	color: #2A2A2A;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 150%;
}
#header {
	width: 100%;
	color: #2A2A2A;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 150%;
}
#navi {
}
#content1 {
width: 100%;
}
#footer {
}
.menu {
	background-color: #424099;
}
.menu_item {
	width: 100%;
	clear: both;
	margin-left: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navi .menu_item a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#navi .menu_item a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FC8B0D;
}

.menu_item2 {
	width: 100%;
	clear: both;
	margin-left: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navi .menu_item2 a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#navi .menu_item2 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FC8B0D;
}



#header_info_2 {
width: 100%;
clear: both;
margin-left: 0;
}

.zeroMargin_mobile {
margin-left: 0;
}

.hide_mobile {
display: none;
}
#content1 h2 {

}
#content1 .order_tabel tr td {
/*	border-bottom: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
*/}
.contents_left h2 {
	font-size: 150%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #D3D2D2;
	border-left: 5px solid #011967;
}

.contents_right h2 {
	font-size: 150%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #D3D2D2;
	border-left: 5px solid #011967;
}
#content1  .info_list dl dt   {
	padding-left: 30px;
}
#content1 .info_list     {
	margin-left: 15px;
	margin-right: 15px;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/** Tables **/
table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border-bottom: 1px solid #555;
	text-align: left;
	padding: 4px;
	border-top: 0  #555555;
	border-right: 1px solid #555555;
	border-left: 0  #555555;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #959595;
	border-right: 1px solid #CCCCCC;
}
table tr:nth-child(even) {
	background: #f9f9f9;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}

.order_tabel tr .foot_border{
	border-bottom: 2px solid #959595;
	border-right: 1px solid #959595;
}

.hissu{
	font-size:80%;
	color: #9F0002;
}

.jshp_form .title{
	background-color:#A7D3FC
}

.jshp_form .kou{
	background-color:#CDCDCD;	
	color:#000000;
	width:220px;
}

/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 89.9%;
	padding-left: 1.55%;
	padding-right: 1.55%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
	width: 65.5172%;
}
#header {
width: 100%;
}
#navi {
}
#content1 {
width: 100%;
}
#footer {
}
.menu {
}
.menu_item {
width: 13.7931%;
margin-left: 3.4482%;
clear: none;
}
#content1 {
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 97%;
}
#header_info_2 {
width: 48.2758%;
clear: none;
margin-left: 3.4482%;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}




}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
width: 49.1525%;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
color: #222121;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 180%;
}
#header {
	width: 100%;
	padding-top: 10px;
	padding-right: px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #222121;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 180%;
	border-bottom:solid;
	border-bottom-width:5px;
	border-bottom-color:#086AB5;
}
#navi {
}
#content1 {

}
#footer {
	background-color: #DFDFDF;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu {
}
.menu_item {
width: 15.2542%;
clear: none;
margin-left: 1.6949%;
}

.menu_item2 {
width: 25%;
clear: none;
margin-left: 1.6949%;
}
#header_info_2 {
width: 49.1525%;
margin-left: 1.6949%;
clear: none;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

.contents_left {
	width: 47%;
	float: left;
}
.contents_right {
	width: 47%;
	float: right;

}


}
