@charset "utf-8";

/* ===================================================================
CSS information

 File Name  : contact.css
 Author     : Swimsuit Department
 Style Info : contact style
=================================================================== */
/* container */

#container_contact {
    position: relative;
	margin: 0 auto;
	width: 100%;
    min-height: 100%;             /* point02 */  
    height: auto !important;      /* point03 */  
    height: 100%;                 /* point04 */
}


body > #container_contact {
    height: auto;
}





/****************************************
		1.  Contents
*****************************************/
#contents_contact { 
	padding-bottom:300px;           /* point　footerとコンテンツの間の空白の為250pxではなく300px */ 
}


#contents_contact { 
    width: 950px; 
	margin-left: auto;
	margin-right: auto;
    margin-top: 60px;
}

	
#contents_contact:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#contents_contact .wrap_c {
	width:500px;
	margin:0 auto;
    padding: 30px 70px;
    background: url(../images/alp_white.png) repeat-y;
    border-radius: 10px;        /* 角R CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  }

/****************************************
		2.  contact
*****************************************/
h1{
	font-size:130%;
    color: #282828;
    font-weight: 600;
    padding: 10px 0 5px 0;
    line-height: 250%;
    letter-spacing: 1px;
    text-align: center;
}

h3{
	font-size:115%;
    color: #282828;
    font-weight: 600;
    padding: 10px 0 5px 0;
    line-height: 250%;
    letter-spacing: 2px;
    text-align: center;
}


.contact_text {
	font-size:115%;
    color: #282828;
    font-weight: 500;
    line-height: 180%;
    text-align: center;
}

.contact_text a {
    color: #282828;
	text-decoration: none;
}

.contact_text a:hover {
    color: #6ba19c;
	text-decoration: underline;
}

.mail {
	font-size:115%;
    color: #6ba19c;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 1px;
    text-align: center;
}

.mail a {
    color: #6ba19c;
	text-decoration: none;
}

.mail a:hover {
    color: #81B3AE;
	text-decoration: underline;
}


.ss {
	font-size:125%;
    color: #6ba19c;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 1px;
    text-align: center;
}

.open {
    letter-spacing: 1px;
    text-align: center;
}



/****************************************
		line
*****************************************/
.dline_contact	{
    width: 500px;
	border-bottom: 1px dashed #81B3AE;
    _margin: 18px 0;
    margin: 36px 0;
}