﻿@charset "utf-8";

/* 
name:ピタットハウス
designer: IT-Force Inc.
designer_url: http://it-force.jp/
Ver3.11 2015/03/26
*/
/* ---------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------- */
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,Verdana;
	margin:0 0 0 0;
	color:000;
}
body > #container {
        height: auto;
}
a {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,Verdana;
	color: #5171E9;
	text-decoration: underline;
}
a:visited {
	color: #5171E9;
}
a:hover {
	color: #BB0D10;
	text-decoration:none;
}
a:active {
	color: #5171E9;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,Verdana;
}
h1{
	font-weight:normal;
}
h2{
	color:#FFF;
	font-weight:normal;
}
h3{
	font-weight: normal;
	font-size:18px;
}

/* ---------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------- */
#container {
	width:100%;
	margin:0px 0px 0px 0px;
	font-size:12px;
	overflow:hidden;
	background:000;
}
#container a img{
	-ms-interpolation-mode: bicubic;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#container a:hover img {
	-ms-interpolation-mode: bicubic;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* ---------------------------------------------------------------------
iframe用
--------------------------------------------------------------------- */
.frameBox{
}
/* ---------------------------------------------------------------------
ヒーローエリア
--------------------------------------------------------------------- */
#hero{
	width:100%;
	height:371px;
	background:#D05759;
}
/* ---------------------------------------------------------------------
コンテンツエリア
--------------------------------------------------------------------- */
#Wrapp{
	width:980px;
	margin:auto;
	color:#888;
	line-height:1.8em;
	padding:24px 0 0 0;
}
#top_Wrapp{
	background:url(../images/bg.jpg) repeat;
	padding-bottom:88px;
}
/* ---------------------------------------------------------------------
フォトエリア
--------------------------------------------------------------------- */
.category_Title{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:28px;
	color:#CCC;
	margin:36px 0 0 0;
}
.category_Sub{
	margin:18px 0 0 0;
	color:#929090;
}
.photo_Box{
	float:left;
	width:200px;
	margin: 8px 12px 8px 28px;
	text-align:center;
	font-size:10px;
	color:#EBE9E9;
	padding: 0 0 32px 0;
	line-height:1.5em;
}
.photo_Box img{
	width:200px;
	height:auto;
	padding: 0 0 8px 0;
}
.Photo_Txt{
	float:left;
	margin: 8px 0 0 0;
	width:480px;
	border-top:1px dotted #CCC;
	padding:16px 0 0 0;
	color:#E3E1E1;
}