@charset "utf-8";

/* --- 齋藤行政書士 --- */
/*PC・タブレット・スマホ共通設定
---------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 100%;	/*文字サイズ*/
	text-align:center;
}

img{
	border:none;
	max-width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	display: block;
}

html {
	font-size : 100px;
}

@media screen and (min-width : 768px){
html{ font-size : 150%;}
}

@media screen and (min-width : 1024px) {
html{ font-size : 120%};
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #0033cc;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	color: #ff6600;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*Original
---------------------------------------------------------------------------*/
img.flt-r {
	float: right;
	margin: 0 0 10px 10px;
}

img.flt-l {
	float: left;
	margin: 0 10px 10px 0;
}

.aln-c {
	text-align: center;
	margin: 0 auto;
}

.aln-r {
	text-align: right;
}

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

div.container-frm {
	clear: both;
	width: 950px;
	margin: 0 auto;
}

div.container {
	text-align: left;
	padding: 0;
}

.spc-z {
	margin: 0;
	padding: 0;
}

span.attn {
	font-size: 120%;
	font-weight: bold;
	color: #339;
}

/* --- header --- */

header {
	height: 98px;
	overflow: hidden;
	background: url(../images/header-bg.png) repeat-x;
}

p#header-logo {
	float: left;
	padding: 13px 0 0 0;
	margin: 0;
}

div#header-contact {
	float: right;
	padding: 5px 0 0 0;
	margin: 0;
	line-height: 100%;
}

div#header-contact p {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

/* --- contents --- */

div.main-img {
	height: 660px;
	overflow: hidden;
	background: url(../images/main-img-bg.png) repeat-x;
}

div.distress {
	height: 815px;
	overflow: hidden;
	background: url(../images/distress-bg.png) repeat-x;
}

div.voice {
	padding: 30px 0;
	background: url(../images/voice-bg.png);
}

div.voice-frm {
	padding: 0 30px 20px 30px;
	margin-bottom: 40px;
	border: 5px solid #6666ff;
	background-color: #fff;
}

p.voice-question {
	background-color: #ffff99;
	color: #930;
	font-weight: bold;
	padding: 5px;
}

p.voice-answer {
	border-left: 1px solid #ccc;
	padding: 5px 10px;
	margin: 0 0 10px 10px;
}

div.contact {
	height: 490px;
	overflow: hidden;
	background: url(../images/contact-bg.png) repeat-x;
}

div.trap {
	padding: 30px 0;
}

div.trap-content {
	background: url(../images/trap-content-bg.png) repeat-y;
	padding: 10px 50px;
}

div.trap-exp {
	padding: 10px 20px;
	margin: 0 0 20px 0;
	background-color: #eaeaea;
	color: #630;
}

div.merit {
	padding: 30px 0;
	background: url(../images/merit-bg.png);
}

div.merit-content {
	background: url(../images/merit-content-bg.png) repeat-y;
	padding: 10px 31px;
}

div.profile {
	padding: 30px 0;
}

div.profile-content {
	background-color: #006;
	padding: 20px;
	border: 3px solid #339;
	color: #fff;
}

div.charge {
	margin: 30px 0;
}

div.charge-content {
	background: #339900;
	padding: 30px 50px;
	color: #fff;
}

div.charge-step {
	background-color: #fff;
	border: 3px solid #cf9;
	padding: 10px;
	margin: 10px 0;
}

div.charge-step p.step-sub {
	margin: 0;
	padding: 5px;
	font-size: 135%;
	font-weight: bold;
	color: #0033cc;
	border-bottom: 3px dotted #ccc;
}

div.charge-step p.step-detail {
	margin: 0;
	padding: 5px;
	color: #333;
}

div.charge-ps {
	background-color: #ffffcc;
	color: #960;
	padding: 15px;
}

span.emp {
	font-size: 120%;
	font-weight: bold;
	color: #ff3;
}

table.works-list {
	margin: 0 0 50px 0;
	border : 10px solid #ccc;
	border-collapse: separate;
	width: 100%;
}

table.works-list th {
	padding: 8px;
	background-color: #960;
	color: #fff;
	text-align: center;
}

table.works-list td {
	padding: 8px;
}

table.works-list td.works-colored {
	background-color: #eaeaea;
}

div.faq {
	padding: 30px 0;
	background: url(../images/faq-bg.png);
}

div.faq-content {
	background-color: #fff;
	padding: 10px;
}

p.faq-q {
	clear: both;
	margin: 0;
	padding: 20px 20px 10px 20px;
	font-size: 130%;
	font-weight: bold;
}

p.faq-a {
	clear: both;
	margin: 0;
	padding: 10px 20px 20px 20px;
	border-bottom: 2px dotted #999;
}

p.outline-sub {
	margin: 10px 0;
	padding: 7px;
	border-top: 3px double #960;
	border-bottom: 3px double #960;
	color: #960;
	font-weight: bold;
	font-size: 150%;
}

div.outline-info {
	float: left;
}

table.outline-basic td {
	padding: 8px;
	border-bottom: 1px solid #c93;
}

div.outline-map {
	float: right;
}

div.copyright {
	margin:0;
	padding: 10px 0;
	font-size: 80%;
	color: #999;
}