/* ------------------------------------- 
		GLOBAL 
------------------------------------- */
* { 
	margin:0;
	padding:0;
}
* { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

img { 
	max-width: 100%; 
}

body {
	-webkit-font-smoothing:antialiased; 
	-webkit-text-size-adjust:none; 
	width: 100%; 
	min-width: 300px!important;
	height: 100%;
}

/* ------------------------------------- 
		HEADER 
------------------------------------- */
table.head-wrap { width: 100%!important;}



/* ------------------------------------- 
		BODY 
------------------------------------- */
table.body-wrap { width: 100%!important;}


/* ------------------------------------- 
		TYPOGRAPHY 
------------------------------------- */
h1,h2,h3,h4, {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; line-height: 1.1; margin-bottom:15px; color:#000;
}
h1 small, h2 small, h3 small, h4 small { font-size: 50%; color: #6f6f6f; line-height: 0; text-transform: none; }

h1 { 
	font-weight:bold; 
	font-size: 35px;
    color: #ffffff;
	margin: 20px 20px 20px 20px;
	text-align: center;
}
h2 { font-weight:bold; font-size: 27px;}
h3 { font-weight:bold; font-size: 23px;}
h4 { font-weight:bold; font-size: 20px;}
h5 { font-weight:bold; font-size: 4vw;
     text-align: center;}
h6 { font-weight:bold; font-size: 2.5vw;
     text-align: center;}

p, ul { 
	margin-bottom: 10px; 
	font-weight: normal; 
	font-size:17px; 
	line-height:1.6;

}
p.lead { font-size:17px; }
p.last { margin-bottom:0px;}

ol li {
	list-style-position: inside;
	margin-bottom: 5px; 
	font-weight: normal; 
	font-size:17px; 
	line-height:1.6;
}


/* --------------------------------------------------- 
		RESPONSIVENESS
		Nuke it from orbit. It's the only way to be sure. 
------------------------------------------------------ */

/* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
.container {
	display:block!important;
	max-width:1000px!important;
	margin:0 auto!important; /* makes it centered */
	clear:both!important;
}

/* This should also be a block element, so that it will fill 100% of the .container */
.content {
	padding: 15px;
	max-width:1000px;
	margin:0 auto;
	display:block; 
}

/* Let's make sure tables in the content area are 100% wide */
.content table { width: 100%!important; }


/* Odds and ends */
.column {
	width: 1000px;
	float:left;
}

table.column-wrap { 
	padding:0!important; 
	margin:0 auto; 
	max-width:1000px!important;
}

.column table { width:100%;}

/* Be sure to place a .clear element after each set of columns, just to be safe */
.clear { display: block; clear: both; }



/* ------------------------------------- 
		footer 
------------------------------------- */
table.footer-wrap { width: 100%!important;}

.contact {
	margin: 10px 0 0 0;
	padding: 0 0 13px 0;
	clear: both;
	background-color: #efefef;
}
.contact h2 {
	margin: 0 10px;
	padding: 10px 10px;
	font-size: 110%;
	border-bottom: 1px solid #0d3b79;
}

.contact p {
	margin: .5em 0 .5em 0;
	padding: 0 20px 0 20px;
	font-size:15px;
	overflow: hidden;
	color: #333333;
}

.copyright {
	text-align: center;
	background-color: #0b4fa0;
	font-size: 100%;
	margin: 0 0 none 0;
	color: #ffffff;
	padding: 10px 10px;
}

/* ==================================================
テンプレート　パーツ用
================================================== */
/*通常のリンク色
============================== */ 
a:link {
	color: #002C46;
	background-color: transparent;
}
a:visited {
	color: #880088;
	background-color: transparent;
}
a:hover {
	color: #cc0000;
	background-color: transparent;
}
a:active {
	color: #cc0000;
	background-color: transparent;
}

/* 本文へ移動隠しジャンプ 
============================== */
div.blockjump img {
	display: none;
}


/* 装飾
============================== */
.h3bg {
	border-bottom: 3px double #999999;
	margin: .8em 0 1.5em 0;
}
.h3bg div {
	border-left: 3px solid #000;
	margin: .8em 0 .4em 0;
	padding: 0;
	border-left: 5px solid #0d3b79;
}

.h3bg h3 {
	margin: 0;
	padding: 2px 0 2px 7px;
}
.h4bg {
	margin: .8em 0 1.2em 0;
	padding: 0;
	border-left: 4px solid #3399cc;
	margin: .8em 0 .8em 0;
}
.h4bg div {
  margin: 0;
  padding: 0 0 0 5px;
}
.h4bg h4 {
	padding: 2px 0 2px 4px;
}



/* コンテンツ内のこのページの上へ戻る 
============================== */
.tothispage2 {
	clear: both;
	margin: 0.56em 0 0.56em 0;
	padding: 0;
	overflow: hidden;
}
.tothispage2 div {
	float: right;
	margin: 0;
	padding: 2px 2px 0 20px;
	line-height: 1.2em;
	background: url(/images/c_bg_pagetop.png) no-repeat 0 0.4em;
}



/* ------------------------------------------- 
		PHONE
		For clients that support media queries.
		Nothing fancy. 
-------------------------------------------- */
@media only screen and (max-width: 300px) {
	
	div[class="column"] { width: auto!important; float:none!important;}
	

	}

}
