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

body{
	background-color:#2191D1;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#FFFFFF;
}
a{
	color:#FFFFFF;
}
div.wrapper{
	width:700px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}
header{
	text-align:center;
	width:100%;
	padding:20px 0px;
	background-color:#2191D1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10; /*ヘッダーバー部分の重なり順*/
    /* 影指定 */
    box-shadow: 0 1px 5px #333333;
    -moz-box-shadow: 0 1px 5px #333333; /* Firefox対応 */
    -webkit-box-shadow: 0 1px 5px #333333; /* Safari、Chrome対応 */
    /* 透明化 */
    opacity: 0.9;
    filter: alpha(opacity=90); /* IE7対応 */
    -ms-filter: "alpha(opacity=90)"; /* IE8対応 */
}
#cont {
    z-index: 1; /*コンテンツ部分の重なり順*/
}
header h1{
	float:left;
}
header ul{
	float:right;
	font-family:Oswald, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
header ul li{
	float:left;
	padding-left:30px;
	font-size:18px;
	line-height:50px;
	font-weight:300;
}
header ul li a{
	color:#FFFFFF;
	text-decoration:none;
}
header ul li a:hover{
	color:#90c8e8;
}
h2{
	font-size:40px;
	line-height:40px;
	font-family:Oswald, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
section{
	padding-top:160px;
}
div.content{
	margin-top:20px;
	overflow:hidden;
	width:700px;
}
div.thumb{
	padding:12px;
	background-color:#FFFFFF;
	float:left;
	margin-bottom:20px;
}
div.thumb img{
	width:316px;
	height:166px;
}
div.left_thumb{
	margin-right:20px;
}
dl.overview{
	font-size:13px;
	border-top:#90c8e8 1px solid;
}
dl.overview dt,dl.overview dd{
	float:left;
	padding:12px 0px;
	border-bottom:#90c8e8 1px solid;
}
dl.overview dt{
	clear:left;
	width:130px;
	padding-left:12px;
}
dl.overview dd{
	width:558px;
}

section#works {
	margin-top:-30px;
}

section#works div.content {
	margin-bottom:-100px;
}

div.work_entry {
	margin-bottom:100px;
}

div.works-title {
	font-family:Oswald;
	font-size:22px;
	font-weight:400;
	text-align:center;
	margin:-10px 0px 5px 0px;
}

div.works-task {
	font-family:Arimo;
	font-size:12px;
	font-weight:400;
	color: #d4eeff;
	text-align:center;
}

select, textarea, input[type="text"], input[type="email"], input[type="search"] {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

select, textarea, input[type="text"], input[type="email"], input[type="search"] {
	display: block;
	height: auto;
	padding: 5px 8px;
	font-size: 14px;
	line-height: 16px;
	color: #333;
}

textarea {
	overflow: auto;
}

.btn, .button {
	color: #565656;
	display: inline-block;
	line-height: 1.25;
	padding: 5px 10px 4px 10px;
	margin: 0 3px 10px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #bdbdbd;
	text-shadow: 0px 1px 0px #ffffff;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),inset 0 0 2px rgba(255,255,255,0.3),0px 1px 1px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),inset 0 0 2px rgba(255,255,255,0.3),0px 1px 1px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),inset 0 0 2px rgba(255,255,255,0.3),0px 1px 1px 0px rgba(0,0,0,0.15);
}

div.input_wrapper{
	vertical-align:bottom;
}

div.form_inputs:after {
	display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}

div.form_inputs {
	min-height: 1px; /*IE6、7対策*/
}

div.form_bottom {
	width: 100%;
	text-align: center;
	padding: 10px 0 0 0;
}

input.mainform_input_l{
	width: 250px;
}

#mailform_message {
	height: auto;
	vertical-align: top;
	outline-style: none;
	font-family: inherit;
	letter-spacing: normal;
	padding: 5px 10px;
	resize: none;
}

#form_submit_button {
	width: 80px;
}

label {
	font-size:13px;
	margin: 10px 0 4px 0;
	display: inline-block;
}

form li {
	list-style-type: none !important;
	list-style-image: none !important;
	list-style: none !important;
	overflow: visible;
}

.mainform_left {
	margin: 0 0 8px 0;
	width: 38%;
	float: left;
	clear: left !important;
}

.mainform_right {
	margin: 0 0 8px 0;
	width: 58%;
	float: right;
	clear: right !important;
}

.form_required {
	color: #ff3c7c;
	margin-left: 4px;
}

footer {
	font-family:Arimo;
	font-size:12px;
	font-weight:700;
	text-align:center;
	margin-top:100px;
	padding-bottom:10px;
}

.email {
	font-family:Arimo;
	font-size:16px;
	font-weight:400;
}

.iewarning {
	color:#ffffff;
	background-color:#f12611;
	font-size:14px;
	text-align:center;
	line-height:24px;
	margin-top:0px;
	padding:5px 0px 3px;
	position:fixed;
	top:0;
	width:100%;
	z-index: 9999;
}

.iewarning a {
	color:#fff000
}