﻿@charset "utf-8";
/* CSS Document */

body{
	font-size: 28px;
    line-height: 1.6em;
}

/*------　タイトル -----*/
/* ページタイトルはクラスの色と画像で変更　トコタンは左右を個々に調整 */
#contents.black h2{background: url(../common_img/h_02e.png) top center no-repeat;}	

#teledome{
	width: 720px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#teledome .comment{
	width: 680px;
	font-size: 24px;
	line-height: 1.2em;
	margin: 0 auto 30px;
	text-align: center;
	background-color:rgba(0,0,0,0.1);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.midashi{
	width: 680px;
	margin: 40px auto 0;
	text-align: center;
	background-color:#00008C;
	color: #FFF;
	font-weight: bold;
    border-radius: 30px; 
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	line-height: 2em;
}

table{
	width: 665px;
	margin: 0 auto;
	margin-top: 10px;
	line-height: 1.8em;
	color:#00008C;
}
table td{
	border-bottom: 1px solid #CCC;
}
.tel{
	text-align: right;
}
.tel a{
	font-size: 38px;
	font-weight: bold;
	font-family: 'Roboto', "sans-serif";
	color: #000;
}
.caution{
	font-size: 24px;
	color: #000;
	border-bottom: none;
}

.etc{
	width: 660px;
	margin: 80px auto 50px;
	font-size: 28px;
	line-height: 1.3em;
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
    border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color:rgba(0,0,102,0.1);
}
.etc .serv{
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	line-height: 2em;
	padding-top:15px;
	margin-bottom: 10px;
	border-bottom: 3px dotted #333;
}
.etc ul{
	width: 600px;
    margin-left: 1.6em;
}
.etc li{
	list-style-type: disc;
    text-indent: 0em;
	line-height: 1.3em;
	margin-bottom:10px; 
}
.etc .bt{
	width: 450px;
	margin: 30px auto 20px;
	font-size: 36px;
	line-height: 2em;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #333;
}

.etc .bt a{
	color: #FFF;
	display: block;
}

.cautionred{
	width: 650px;
	margin: 0 auto;
	color: #FF0000;
	text-align: left;
	font-size: 26px;
}