﻿	html, body
	{
		height: 100%;
	}

	body
	{
		margin: 0px;
		padding: 0px;
		background: #1F3685;
		font-family: 'Questrial', sans-serif;
		font-size: 21px;
		color: rgba(0,0,0,.9);
		-webkit-text-size-adjust: 100%;
	}


	h1, h2, h3
	{
		margin: 0;
		padding: 0;
		color: #404040;
		text-shadow: 2px 4px 0 rgba(0,0,0,0.1);
	}

	p, ol, ul
	{
		margin-top: 0;
	}

	ol, ul
	{
		padding: 0;
		list-style: none;
	}

	p
	{
		line-height: 180%;
	}

	strong
	{
	}

	a
	{
		color: #2056ac;
	}

	a:hover
	{
		text-decoration: none;
	}


	.container
	{
		margin: 0px auto;
		width: 980px;
	}


/*********************************************************************************/
/* Form Style                                                                    */
/*********************************************************************************/

		form
		{
		}

			form label
			{
				display: block;
				text-align: left;
				margin-bottom: 0.5em;
			}

			form .submit
			{
				margin-top: 2em;
				line-height: 1.5em;
				font-size: 1.3em;
			}

			form input.text,
			form select,
			form textarea
			{
				position: relative;
				-webkit-appearance: none;
				display: block;
				border: 0;
				background: #fff;
				background: rgba(255,255,255,0.75);
				width: 100%;
				border-radius: 0.50em;
				margin: 1em 0em;
				padding: 1.50em 1em;
				box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05);
				border: solid 1px rgba(0,0,0,0.15);
				-moz-transition: all 0.35s ease-in-out;
				-webkit-transition: all 0.35s ease-in-out;
				-o-transition: all 0.35s ease-in-out;
				-ms-transition: all 0.35s ease-in-out;
				transition: all 0.35s ease-in-out;
				font-size: 1em;
				outline: none;
			}

				form input.text:hover,
				form select:hover,
				form textarea:hover
				{
				}

				form input.text:focus,
				form select:focus,
				form textarea:focus
				{
					box-shadow: 0 0 2px 1px #E0E0E0;
					background: #fff;
				}

				form textarea
				{
					min-height: 12em;
				}

				form .formerize-placeholder
				{
					color: #555 !important;
				}

				form ::-webkit-input-placeholder
				{
					color: #555 !important;
				}

				form :-moz-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-placeholder
				{
					color: #555 !important;
				}

				form :-ms-input-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-focus-inner
				{
					border: 0;
				}


/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
		border: 1px solid rgba(0,0,0,.1);
	}

	.image img
	{
		display: block;
		width: 100%;
	}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 3em 0;
	}

	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}

	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
	{
	}


/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}

	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.10em;
		font-size: 1em;
	}

	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}

	ul.contact li a
	{
		color: #FFF;
	}

	ul.contact li a:before
	{
		display: inline-block;
		background: #4C93B9;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: rgba(255,255,255,1);
	}


/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 2em;
		padding: 0.8em 2em;
		background: #64ABD1;
		line-height: 1.8em;
		letter-spacing: 1px;
		text-decoration: none;
		font-size: 1em;
		color: #FFF;
	}

	.button:before
	{
		display: inline-block;
		background: #8DCB89;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}

	.button-small
	{
	}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 3em;
	}

	.title h2
	{
		font-size: 2.0em;
	}

	.title .byline
	{
		font-size: 1.1em;
		color: #6F6F6F#;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header-wrapper
	{
		overflow: hidden;
		background: #1F3685;
	}

	#header
	{
		text-align: center;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		padding: 8em 0em 4em 0em;
	}

	#logo h1
	{
		display: block;
		margin-bottom: 0.20em;
		padding: 0.20em 0.9em;
		font-size: 2em;
		text-shadow: 2px 4px 0 rgba(0,0,0,0.3) !important;
	}

	#logo a
	{
		text-decoration: none;
		color: #FFF;
	}

	#logo span
	{
		text-transform: uppercase;
		font-size: 2.90em;
		color: rgba(255,255,255,1);
	}

	#logo span a
	{
		color: rgba(255,255,255,0.8);
	}



/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
		height: 60px;
	}

	#menu ul
	{
		display: inline-block;
		padding: 0em 2em;
		text-align: center;
	}

	#menu li
	{
		display: inline-block;
	}

	#menu li a, #menu li span
	{
		display: inline-block;
		padding: 0em 1.5em;
		text-decoration: none;
		font-size: 0.90em;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 60px;
		outline: 0;
		color: #FFF;
	}

	#menu li:hover a, #menu li.active a, #menu li.active span
	{
		background: #FFF;
		border-radius: 7px 7px 0px 0px;
		color: #2056ac;
	}

	#menu .current_page_item a
	{
	}


/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		padding-top: 5em;
	}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/


	.wrapper
	{
		overflow: hidden;
		padding: 0em 0em 5em 0em;
		background: #FFF;
	}

	#wrapper1
	{
		background: #FFF;
	}

	#wrapper2
	{
		overflow: hidden;
		background: #F3F3F3;
		padding: 5em 0em;
		text-align: center;
	}

	#wrapper3
	{
	}

	#wrapper4
	{
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page-wrapper
	{
		overflow: hidden;
		background: #2F1E28;
		padding: 3em 0em 6em 0em;
		text-align: center;
	}

	#page
	{
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
		float: left;
		width: 700px;
		padding-right: 100px;
		border-right: 1px solid rgba(0,0,0,.1);
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		float: right;
		width: 350px;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		overflow: hidden;
		padding: 5em 0em;
		background: #E3F0F7;
		text-align: center;
	}



	#footer .fbox1,
	#footer .fbox2,
	#footer .fbox3
	{
		float: left;
		width: 320px;
		padding: 0px 0px 0px 0px;
		text-decoration: none;
	}

	#footer .fbox1 a,
	#footer .fbox2 a,
	#footer .fbox3 a
	{
		text-decoration: none;
		color:#5B6063;
	}

	#footer .icon
	{
		display: block;
		margin-bottom: 1em;
		font-size: 3em;
	}


	#footer .title span
	{
		color: rgba(255,255,255,0.4);
	}

	#footer .fbox1 .icontext,
	#footer .fbox2 .icontext,
	#footer .fbox3 .icontext
	{
		font-size:1em;
	}


/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 5em 0em;
		border-top: 20px solid rgba(255,255,255,0.08);
		text-align: center;
	}

	#copyright p
	{
		letter-spacing: 1px;
		font-size: 0.90em;
		color: rgba(255,255,255,0.6);
	}

	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,0.8);
	}

/*********************************************************************************/
/* Newsletter                                                                    */
/*********************************************************************************/

	#newsletter
	{
		overflow: hidden;
		padding: 8em 0em;
		background: #EDEDED;
		text-align: center;
	}

	#newsletter .title h2
	{
		color: rgba(0,0,0,0.8);
	}

	#newsletter .content
	{
		width: 600px;
		margin: 0px auto;
	}

/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

	#welcome
	{
		overflow: hidden;
		width: 780px;
		padding: 6em 100px 0em 100px;
		text-align: center;
	}

	#welcome .content
	{
		padding: 0em 8em;
	}

	#welcome .title h2
	{
	}

	#welcome .title span
	{
		font-size:0.8em;
		margin:1em 0px;
		color:#7D7D7D;
	}

	#welcome a,
	#welcome strong
	{
	}

/*********************************************************************************/
/* One Columns                                                                   */
/*********************************************************************************/

	#one-column
	{
		overflow: hidden;
		width: 780px;
		padding: 6em 100px 0em 100px;
		margin-top: 5em;
		text-align: center;
		border-top: 1px solid rgba(0,0,0,0.2);
	}

	#one-column .content
	{
		padding: 0em 8em;
	}

	#one-column .title h2
	{
	}

	#one-column .title span
	{
		font-size:0.8em;
		margin:1em 0px;
		color:#7D7D7D;
	}

	#one-column a,
	#one-column strong
	{
	}

/*********************************************************************************/
/* Two Columns                                                                 */
/*********************************************************************************/

	#two-column
	{
		overflow: hidden;
		margin-top: 5em;
		padding-top: 1em;
		border-top: 1px solid rgba(0,0,0,0.2);
		text-align: center;
	}

	#two-column h2
	{
		margin: 1em 0em;
		font-size: 1.5em;
		font-weight: 700;
	}

	#two-column .icon
	{
		position: relative;
		display: block;
		margin: 0px auto 0.80em auto;
		background: none;
		line-height: 150px;
		font-size: 4em;
		width: 150px;
		height: 150px;
		border-radius: 100px;
		border: 6px solid #67128F;
		text-align: center;
		color: #FFF;

	}

	#two-column #tbox1,
	#two-column #tbox2
	{
		float: left;
		width: 470px;
		padding: 80px 10px 80px 10px;
	}

	#two-column .title
	{
		text-align: center;
	}

	#two-column .title h2
	{
		font-size: 1.60em;
	}

	#two-column .title .byline
	{
		padding-top: 0.50em;
		font-size: 0.90em;
		color: #858585;
	}

	#two-column .arrow-down
	{
		border-top-color: #292929;
	}


	ul.tools
	{
		margin: 0;
		padding: 0em 0em 0em 0em;
		list-style: none;
	}

	ul.tools li
	{
		display: inline-block;
		padding: 0em .2em;
		font-size: 4em;
	}

	ul.tools li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}

	ul.tools li a
	{
		color: #FFF;
	}

	ul.tools li a:before
	{
		display: inline-block;
		background: #1ABC9C;
		width: 120px;
		height: 120px;
		border-radius: 50%;
		line-height: 120px;
		text-align: center;
		color: #FFFFFF;
	}

/*********************************************************************************/
/* Three Columns                                                                 */
/*********************************************************************************/

	#three-column
	{
		overflow: hidden;
		margin-top: 5em;
		padding-top: 1em;
		border-top: 1px solid rgba(0,0,0,0.2);
		text-align: center;
	}

	#three-column h2
	{
		margin: 1em 0em;
		font-size: 1.5em;
		font-weight: 700;
	}

	#three-column .icon
	{
		position: relative;
		display: block;
		margin: 0px auto 0.80em auto;
		background: none;
		line-height: 150px;
		font-size: 4em;
		width: 150px;
		height: 150px;
		border-radius: 100px;
		border: 6px solid #67128F;
		text-align: center;
		color: #FFF;

	}

	#three-column #tbox1,
	#three-column #tbox2,
	#three-column #tbox3
	{
		float: left;
		width: 300px;
		padding: 80px 10px 80px 10px;
	}

	#three-column .title
	{
		text-align: center;
	}

	#three-column .title h2
	{
		font-size: 1.60em;
	}

	#three-column .title .byline
	{
		padding-top: 0.50em;
		font-size: 0.90em;
		color: #858585;
	}

	#three-column .arrow-down
	{
		border-top-color: #292929;
	}


	ul.tools
	{
		margin: 0;
		padding: 0em 0em 0em 0em;
		list-style: none;
	}

	ul.tools li
	{
		display: inline-block;
		padding: 0em .2em;
		font-size: 4em;
	}

	ul.tools li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}

	ul.tools li a
	{
		color: #FFF;
	}

	ul.tools li a:before
	{
		display: inline-block;
		background: #1ABC9C;
		width: 120px;
		height: 120px;
		border-radius: 50%;
		line-height: 120px;
		text-align: center;
		color: #FFFFFF;
	}

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio
	{
		overflow: hidden;
		padding-top: 5em;
		border-top: 1px solid rgba(0,0,0,0.2);
	}

	#portfolio .box
	{
		text-align: center;
		color: rgba(0,0,0,0.5);
	}

	#portfolio h3
	{
		display: block;
		padding-bottom: 1em;
		font-size: 1em;
		color: rgba(0,0,0,0.6);
	}

	#portfolio .title
	{
		text-align: center;
	}

	#portfolio .title h2
	{
		color: rgba(0,0,0,0.8);
	}

	.column1,
	.column2,
	.column3,
	.column4
	{
		width: 230px;
	}

	.column1,
	.column2,
	.column3
	{
		float: left;
		margin-right: 20px;
	}

	.column4
	{
		float: right;
	}

/* corpinfo */
table.corpinfo {
	margin: 0 auto;
	border-collapse: collapse;
	border: none;
	width: 640px;
	font-size: 13px;
	table-layout: fixed;
}

table.corpinfo th {
	width: 100px;
	min-height: 13px;
	padding: 10px 10px 10px 0;
	text-align: justify;
	text-justify: inter-ideograph;
	vertical-align: top;
	border: none;
	white-space: nowrap;
	letter-spacing:8px !important;
	overflow: visible;
}

/*
table.corpinfo th::after {
	float: right;
	padding: 0;
	right: -15px;
	top: 0;
	content: "───";
	height: 0;
	width: 0;
	position: relative;
	pointer-events: none;
	border: none;
	letter-spacing:0 !important;
	font-weight: normal;
}
*/

table.corpinfo td {
	height: 12px;
	margin: 0;
	padding: 6px 10px 10px 60px;
	text-align: left;
	vertical-align: top;
	border: none;
	line-height: 24px;
}

.link{
	background:#5E76C8;
}

.link .center_text{
	text-align:center;margin:0em auto;padding:1em;width:600px;color:#ffffff;
}

.link .center_text a{
	color:#ffffff;
}

/**************************************************************
ID指定 TOP,GOTO-TOP （ページの一番上にもどる）
**************************************************************/

#BTN_PAGETOP {
	display: none;
	background:#1F3685;
	text-align:center;
	position: fixed;
	bottom: 30px;
	right: 10px;
	width : 50px;
	height: 50px;
	border:solid 1px #ffffff;
}

#BTN_PAGETOP a{
	font-size:10px;
	padding-top:20px;
	color:#ffffff;
	display:block;
	width:100%;
	height:100%;
}


.border-top_0{
	border-top:none !important;
}


/**************************************************************
mail.html用記述
**************************************************************/

table.mail{
	border:1px solid #919191;
	border-collapse:collapse;
}

tr.mail{
	border:1px solid #919191;
}

td.mail-l{
	background:#ECECEC;
	width:240px;
	padding:10px 0 0 10px;
	vertical-align: top;

}

td.mail-r{
	width:340px;
	padding:6px 0 12px 10px;
}

td.mail-colspan{
	width:580px;
	background:#C7C7C7;
}

input.mail-colspan{
	display:block;
	width:180px;
	height:28px;
	margin:10px auto 10px auto;
}
