@charset "UTF-8";


/* ================= General tags ================= */
body {
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	background-image: url(../images/paper_bg.jpg);
	img{ max-width : 100%}
}




h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6D9331;
	margin-top: 0;
	font-size: 16pt;
	line-height: 180%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
}



h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6D9331;
	margin-top: 0;
	font-size: 15pt;
	line-height: 180%;
}

h3, h4,  {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	margin-bottom:14px;
	font-weight:600;
}
	

a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration: none;
	outline: none;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
a {
	color: #FFF;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}
a:hover {
	color: #DBEFAB;
	font-weight: bold;
	text-decoration:none;
}
pre {
	white-space:pre;
	overflow:auto;
	padding:20px;
}
code {
	white-space:pre;
	overflow:auto;
	padding:14px;
	color:#595959;
	background:#f6f6f6;
	display:block;
	border:1px solid #ddd;
	font-size:11px;
	line-height:15px;
}
code strong {
	color:#000;
}
p {
	color: #333333;
	font-size: 12pt;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	line-height: 180%;
}

::selection {
	background:#2e2823;
	color:#FFFFFF;
}
::-moz-selection {
background:#2e2823;
color:#FFFFFF;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}

.main_img {
	margin-top: 0;
	margin-right: 10%;
	margin-bottom: 0;
	margin-left: 0px;
}

a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: 7A9B39;
	text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: 7A9B39;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
	color: 7A9B39;
}

.col_1 {
	width: 42%;
	margin-top: 0;
	margin-right: 3%;
	margin-bottom: 5%;
	margin-left: 0%;
	float: left;
}

.col_2 {
	width: 100%;
}


.col_4 {
	width: 100%;
	position: relative;
	bottom: -100px;
}




.col_3 {
	width: 29%;
	height: auto;
	float: left;
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 7%;
	margin-left: 2%;
}

.col_3 ul {
	width: 100%;
	margin-bottom: 0;
}

.col_3 ul li {
	width: 100%;
	float: left;
}


.col_3 ul:after {
	content: "";
	display: block;
	height:0;
	overflow:hidden;
	clear:both;
}

.col_3 ul li {
	width: 100%;
	float: left;
	 list-style: none;
}

.col_3 ul li .image {
	width: 100%;
	height: 100%;
	padding: 0px;
	border: 0px solid #cccccc;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.col_3 ul li .image .portfolio_image {
	width: 100%;
	height: auto;
	border-radius: 3px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
}
.col_3 ul li .title {
	border-bottom: 1px solid #cccccc;
	text-align: left;
	display: block;
	font-size: 13pt;
	color: #6D9331;
	width: 100%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.col_3 ul li .title a {
	font-size:18px;
	color:#262626;
}
.col_3 ul li .title a:hover {
	color: #d93e39;
	line-height: 120%;
}
.col_3 ul li .description {
	display: block;
	font-size: 11pt;
	line-height: 22px;
	color: #333333;
	width: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.col_3 ul li .clear {
	display: block;
	clear: both;
	width: 100%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}




.col_5 {
	width: 29%;
	float: left;
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 7%;
	margin-left: 2%;
}

.col_5 ul {
	width: 100%;
	margin-bottom: 0;
}

.col_5 ul li {
	width: 100%;
	float: left;
}


.col_5 ul:after {
	content: "";
	display: block;
	height:0;
	overflow:hidden;
	clear:both;
}

.col_5 ul li {
	width: 100%;
	float: left;
	 list-style: none;
}

.col_5 ul li .image {
	width: 100%;
	height: 100%;
	padding: 0px;
	border: 0px solid #cccccc;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.col_5 ul li .image .portfolio_image {
	width: 100%;
	height: auto;
	border-radius: 3px;
}
.col_5 ul li .title {
	border-bottom: 1px solid #cccccc;
	text-align: left;
	display: block;
	font-size: 14.5pt;
	color: #6D9331;
	width: 100%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.col_5 ul li .title a {
	font-size:18px;
	color:#262626;
}
.col_5 ul li .title a:hover {
	color: #d93e39;
	line-height: 120%;
}
.col_5 ul li .description {
	display: block;
	font-size: 11pt;
	line-height: 22px;
	color: #333333;
	width: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.col_5 ul li .clear {
	display: block;
	clear: both;
	width: 100%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}





/* ================= Deviders ================= */
.clear {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.padding3 {
	padding-top:3px;
	font-size:0;
	line-height:0;
}
.padding5 {
	padding-top:5px;
	font-size:0;
	line-height:0;
}
.paddingB {
	padding-top: 0px;
	font-size: 0;
	line-height: 0;
	background-image: url(../images/border_aoki.png);
	background-repeat: repeat-x;
	height: 6px;
}

.paddingW {
	padding-top: 0px;
	font-size: 0;
	line-height: 0;
	background-image: url(../images/border_white.png);
	background-repeat: repeat-x;
	height: 6px;
}

.paddingF {
	padding-top: 0px;
	font-size: 0;
	line-height: 0;
	background-image: url(../images/foot_01.png);
	height: 54px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.padding10 {
	padding-top:10px;
	font-size:0;
	line-height:0;
}
.padding12 {
	padding-top:12px;
	font-size:0;
	line-height:0;
}
.padding15 {
	padding-top:15px;
	font-size:0;
	line-height:0;
}
.padding17 {
	padding-top:17px;
	font-size:0;
	line-height:0;
}
.padding20 {
	padding-top:20px;
	font-size:0;
	line-height:0;
}
.padding25 {
	padding-top:25px;
	font-size:0;
	line-height:0;
}
.padding30 {
	padding-top:30px;
	font-size:0;
	line-height:0;
}
.padding40 {
	padding-top:40px;
	font-size:0;
	line-height:0;
}
.padding50 {
	padding-top:50px;
	font-size:0;
	line-height:0;
}
.padding60 {
	padding-top:60px;
	font-size:0;
	line-height:0;
}
.padding80 {
	padding-top:80px;
	font-size:0;
	line-height:0;
}

.line {
	font-size: 0px;
	border-top: 1px solid #d9d9d9;
}


/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 85%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	background-image: url(../images/paper_bg.jpg);
	img{ max-width : 100%; }
	width: 100%;
}

.header_bg .logo {
	float: left;
	margin-bottom: 10px;
	margin-top: 30px;
}






/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/




h6.resizeimage img {
	width: 100%;
	position: relative;
}




h5.resizeimage img {
	width: 100%;
	position: relative;
	bottom: -45px;
}

.content {

	padding: 10px 0;
}

/* ~~ フッター ~~ */
.footer {
	padding-bottom: 10px;
	padding-top: 0px;
	background: #8DB53E;
	background-repeat: repeat-x
}







/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.Order_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #6d9331;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 30px;
	line-height: 35px;
}

.success_box {
	border: 1px solid #a4cb8b;
	color: #488e1b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px 5px 10px 5px;
	line-height: 25px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-color: #DAEAB1;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




.graph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #26602F;
	height: 15px;
	display: inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #B6C68B;
	line-height: 20px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
	border: 1px solid #690;
	background-image: url(../images/button_green.png);
}

.tokutei {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #26602F;
	height: 15px;
	display: inline-block;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 35px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

.tokutei_setumei {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 15px;
	display: inline-block;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	letter-spacing: 0.2em;
	color: #ffffff;
	position: relative;
	top: 10px;
}
.name {
	font-size: 13pt;
	color: #4E7121;
}
.notes {
	font-size: 10pt;
	color: #900;
}
.white {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16pt;
	color: #FFF;
	position: relative;
	top: -40px;
	width: 85%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.foot_p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13pt;
	color: #FFF;
	text-decoration: none;
	position: relative;
	top: -30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 85%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding-bottom: 1%;
}
.foot_address {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12pt;
	position: relative;
	top: -40px;
	color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 85%;
	left: 1px;
}
.info {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #FFF;
}
.foot_note {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	color: #FFF;
	margin: 0 auto;
	width: 85%;
	position: relative;
	top: -10px;
	line-height: 180%;
}
.order_subcopy {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	color: #666;
}
