﻿@charset "UTF-8";

/* base(各シート共通）----------------------------------------------------------------------- */

/*=＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Hタグ*/
/*=＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
h3{
	margin-bottom:10px;
	clear:both;
}


#continer{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}


#flame_left{
	width:180px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	padding-right:20px;
	/*background-color:#99CC00;*/
}
#flame_content{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	float:right;
	text-align:left;
	/*background-color:#99CC33;*/
}
#flame_content p{margin-bottom:20px;}

/*中央メインコンテンツ*/
#flame_content section{
	border:solid 1px #C6C6C6;
	padding:15px 15px 0px 15px;
	margin-bottom:10px;
}
#flame_content section h2{
	
}

.info{
	background-image:url(img/info.gif);
	background-repeat:repeat-y;
	padding:0px 15px;
	text-align:left;
}

/*20150517*/

.con-ttl{
	border-left:3px solid #E29AA8;
	padding:2px 0 2px 4px;
	font-weight:bold;
	color:#333;
	margin-bottom:5px;
}

.con-form{
	margin-bottom:20px;
}


input[type=text]{
	border:0;
	padding:5px 0 5px 5px;
	color:#1d1d1d;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:0 0 2px 2px rgba(255,153,153,0.1) inset;
   -moz-box-shadow:0 0 2px 2px rgba(255,153,153,0.1) inset;
        box-shadow:0 0 2px 2px rgba(255,153,153,0.1) inset;

}

textarea{
	border:0;
	padding:5px 0 5px 10px;
	color:#1d1d1d;
	border:solid 1px #ccc;
	width:400px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:350px;
	-webkit-box-shadow:0 0 2px 2px rgba(255,153,153,0.1) inset;
   -moz-box-shadow:0 0 2px 2px rgba(255,153,153,0.1) inset;
        box-shadow:0 0 2px 2px rgba(255,153,153,0.1) inset;


}
select{
	border:0;
	padding:5px 0 5px 10px;
	color:#1d1d1d;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type=submit]{
	width:100px;
	height:45px;
	display:block;
	margin:20px auto;
	text-align:center;
	line-height:30px;
	border-top: 1px solid #e59aa0;  
    border-right: 1px solid #d45e69;  
    border-bottom: 1px solid #d45e69;  
    border-left: 1px solid #e59aa0;  
    padding: 5px 20px;  
    font-weight: bold;  
    cursor: pointer;  
    color: #fff;  
	-webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d45e69), color-stop(0.00, #E29AA8));
background: -webkit-linear-gradient(#E29AA8, #d45e69);
background: -moz-linear-gradient(#E29AA8, #d45e69);
background: -o-linear-gradient(#E29AA8, #d45e69);
background: -ms-linear-gradient(#E29AA8, #d45e69);
background: linear-gradient(#E29AA8, #d45e69);
 
}


/*20150516追加*/
header{
	margin-bottom:20px;
	position:relative;
}

header #con-link{}

header #con-link a{
	width:90px;
	height:30px;
	position:absolute;
	right:170px;
	top:35px;
	display:block;
	text-indent:200%;
	overflow:hidden;
	white-space:nowrap;
}
