/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: "Arimo", arial, verdana, sans-serif;
font-weight:normal;
}

thead th,
tbody th{
font-family: "Arimo", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Arimo", arial, verdana, sans-serif;
}

.menu{
font-family: "Arimo", arial, verdana, sans-serif;
}

blockquote{
font-family: "Arimo", arial, verdana, sans-serif;
}

.top_content a:hover {
	opacity: 0.9;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 90);
	filter: alpha(opacity = 90);
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0 0 0 0;
color:#000;
/*background:#efefef url(css/img/gray_jean.png);*/
font:normal 0.9em/150% 'Arimo', arial, verdana, sans-serif;
text-shadow: 0 0 1px transparent; /* google font pixelation fix */
}

#wrap{
width:100%;
background:#fff;
margin:30px auto 30px auto;
padding:0 2%;
border:1px solid #ccc;
}


#footer{
text-align:center;
/*padding:20px;*/
padding:10px;
margin:0;
/*border-top:1px solid #ddd;*/
/*color:#999;*/
color:#fff;
/*font-size:0.8em;*/
font-size:0.9em;
text-shadow:0px 1px 1px #fff;
position: relative;
top:0;
left:0;
/*background:#fff;*/
background:#0f3157;
}

#footer_2 {
/*text-align:center;*/
/*padding:20px;*/
padding:10px;
margin:0;
box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
/*border-top:1px solid #ddd;*/
color:#999;
/*font-size:0.8em;*/
font-size:0.9em;
/*text-shadow:0px 1px 1px #fff;*/
position: relative;
top:0;
left:0;
/*background:#eee;*/
background-image: url(../images/footer_back.png);
}

#footer_2 p {
	color:#000;
	font-size:1.1em;
}

#footer_3 {
/*text-align:center;*/
/*padding:20px;*/
padding:10px;
margin:0;
box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
/*border-top:1px solid #ddd;*/
color:#999;
/*font-size:0.8em;*/
font-size:0.9em;
/*text-shadow:0px 1px 1px #fff;*/
position: relative;
top:0;
left:0;
background:#fff;
}


	#link-top{
	display:none;
	}

/* NAV BAR*/
.navbar{
position:fixed;
top:0;
left:0;
width: 100%;
background:#000;
color:#fff;
z-index:1000;
}

	.navbar #logo{
	position:absolute;
	top:0;
	right:0;
	padding:0.5em 1em;
	font-size: 1.7em;
	color:#efefef;
	text-decoration:none;
	}

	.navbar span{
	color:#86dc00;
	}


	.navbar ul{
	display:inline-block;
	margin:0;
	padding:0;
	}

		.navbar li{
		margin:0;
		padding:0;
		list-style-type:0;
		display:inline-block;
		}

		.navbar li a{
		display:inline-block;
		color:#efefef;
		padding:1em 1.3em;
		text-decoration:none;
		text-transform: uppercase;
		line-height:100%;
		font-size: 1.2em;
		}

.callout{
background:#4598ef;/*#86dc00;*/
padding:3em 0;
color:#fff;
box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
text-align: center;
text-shadow:0px 1px 3px rgba(0,0,0,0.2);
display:block;
}
	.callout + div.grid{margin-top:50px;}
	 a.callout{cursor:pointer;}
	 .callout i.icon-4x{font-size:6em;}
	 .callout h4{margin-bottom:30px;}
	 .callout-top{margin:50px 0 0 0;}
	 .callout p{margin-bottom:0;}
	 .callout .button{margin-top:10px;}
	 .callout.green{background:#19ad0b;/*#86dc00;*/}

#mc_embed_signup{
padding:30px 0;
}

#ui-preview{
border:5px solid #ddd;
margin:30px 0;
display:block;
}

.catch_copy {
	text-shadow:0px 1px 3px rgba(0,0,0,0.5);
}

.catch_copy h1,.catch_copy h4,.top_content h4,.page_content h4 {
	font-family:'Hiragino Mincho ProN', serif;
}

.catch_copy h1 {
	color: #fff;
	font-size:3em;
	margin-bottom: -100px;
}

.catch_copy h4 {
	color: #0f3157;
	font-size:1.5em;
}

.font_bold {
	font-weight: bolder;
}

.white {
	color: #fff;
}

.icatch {
	display: block;
	height: 400px;
}

.top_content {
	/*margin-bottom:40px;
	padding-bottom:20px;*/
	/*background-color: #ffad73;*/
	background-image: url(../images/page_content_bak.png);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

.top_content img {
	-moz-box-shadow: 0px 0px 5px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

.page_content {
	margin-top:150px;
	margin-bottom:40px;
	padding-bottom:20px;
	/*background-color: #ffad73;*/
	background-image: url(../images/page_content_bak.png);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

.top_content h4,.page_content h4 {
	color: #0f3157;
	font-size:1.5em;
	font-weight: bolder;
	margin-top: 30px;
	margin-bottom: 30px;
}

.top_button_1 {
	background-image: url(../images/top_button_1.jpg);
	background-repeat: no-repeat;
}

.top_button_2 {
	background-image: url(../images/top_button_2.jpg);
	background-repeat: no-repeat;
}

.top_button_3 {
	background-image: url(../images/top_button_3.jpg);
	background-repeat: no-repeat;
}

.news {
	border: solid 1px #ddd;
	height: 403px;
	overflow: scroll;
	padding: 0 20px;
}

.news h2 {
	font-size: 1.5em;
}

.news h3 {
	color: #000;
	font-size: 1.3em;
	font-weight: bolder;
}
.news hr {
	margin: 0;
}

.news fieldset {
	margin-top: 0;
	background-color: #fff;
}

.navi {
	/*background:#0f3157;*/
	box-shadow:inset 0 0 10px rgba(0,0,0,0.5);
	color: #fff;
 	/*display: none;*/
	position: fixed;
	width: 100%;
	z-index: 2;
	/*margin-top: -30px;*/
}

#Home .navi {
	display: none;
	margin-top: -30px;
}

.navi_2 {
	color: #fff;
	position: fixed !important;  
    position: absolute;  
    top: 0;  
    left: 0;
    width: 100%;
}

#pagetop {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 20px;
	padding: 2px;
	cursor: pointer;
	color: #0f3157;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #ffad73;
	font-weight: bolder;
	text-align: center;
	line-height: 1em;
	-moz-box-shadow: 0px 0px 3px #666666;
	-webkit-box-shadow: 0px 0px 3px #666666;
	box-shadow: 0px 0px 3px #666666;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	z-index: 3;
}

.navi_first {
	background:#0f3157;
}

.navi_second {
/*border:1px solid #ccc;*/
	background-image: url(../images/navi_back.png);
}

.menu_tab {
	padding: 0 30px;
}

.menu_item {
	margin: 0 20px 20px 0;
	padding: 10px 20px;
	border-left: solid 6px #0f3157;  
}

.tab-content h2 {
	font-size: 1.2em;
	font-weight: bolder;
	color: #fff;
	background-color: #0f3157;
	padding: 5px 20px;
	display: inline;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.tab-content_1 {
	background-image: url(../images/tab-content_bak.png);
}

.tab-content_2 {
	background-image: url(../images/tab-content_bak_2.png);
}

.menu_item h3 {
	font-family:'Hiragino Mincho ProN', serif;
	font-size: 1.5em;
	font-weight: bolder;
	color: #0f3157;
}

.page_content_section {
	margin: 20px 40px;
}

.page_content_section h2 {
	/*font-family:'Hiragino Mincho ProN', serif;*/
	font-size: 1.5em;
	font-weight: bolder;
	color: #0f3157;
}

.page_content_section h3 {
	font-family:'Hiragino Mincho ProN', serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: #0f3157;
}

.mail_form table {

}

.mail_form table td {
	border: none;
}

#privacy {
	padding-top:150px;
	margin-top:-150px
}

.red {
	color: #a33327;
	font-weight: bolder;
}

/*---------------------------------
	コンテンツ
-----------------------------------*/

.contents-body {
	margin: 0 40px;
}

#Contact .contents-body {
	margin: 0 275px;
}

h2.contents-head {
	font-family:'Hiragino Mincho ProN', serif;
	font-size: 1.6em;
	font-weight: bolder;
	text-align: center;
	margin: 30px 0;
}

h3.contents-head {
	font-size: 1.4em;
	font-weight: bolder;
}

.meta {
	opacity: .7;
}

.post {
	background-color: #fff;
	padding: 20px;
	overflow: hidden;
}

.mail-before-attachment,.mail-attention {
	margin: 0 5px;
}