@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, figure, figcaption, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, button, label, legend, table, caption, tbody, tfoot, thead,  {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
	text-align: left;
}

article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
	display: block
}

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#fff;
}



a {
	color: #009cc5;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #1189a1;
    text-decoration: underline;
}
a:visited {
	color: #009cc5;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    line-height: 1.2;
}


ol , ul {
	margin: auto auto auto auto;
	list-style: none outside none;
}


ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;

}

li {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
}

img {
		margin: 0px;
		padding: 0px;
		 border: medium none;

}
a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
p {
		margin: 0px;
		padding: 0px;
}

address {
		margin: 0px;
		padding: 0px;
}

blockquote {
  background: #eee url(//www.hamazo.tv/template/_img/set_business_6/quote.gif) no-repeat 10px 10px;
    padding: 25px;
margin: 0 20px;
}
i {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Helvetica, Sans-Serif;
}
em {
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		font-style: normal;
		text-decoration: none;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.boxSizing {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.zero {
	padding: 0px;
	height: 0px;
	width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




.new {
	background: none repeat scroll 0 0 #fe0058;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) inset, 1px 1px 1px #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}


.small {
	font-size: 15px;
	padding-left: 5px;
}

.bold {
	font-weight: bold;
}

tr, th, td{
	margin: 0px;
	padding: 0px;
}
.strong_text{
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.center_text {
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 16px;
}
.center {
	text-align: center;
}

.finding {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.border_radius8{	
	border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */  
}
.border_radius4{	
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
}	
.border_none{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.white{
	color: #FFF;
}
.white a:link{
	color: #FFF;transition: 0.5s;
}
.white a:visited{
	color: #FFF;
}
.darkgray{
	color: #333;
}
.darkgray a:link{
	color: #333;transition: 0.5s;
}

.darkgray a:visited{
	color: #333;
}
.darkgray a:hover{
	color: #666;
}
.gray{
	color: #999;
}
.gray a:link{
	color: #999;transition: 0.5s;
}
.gray a:visited{
	color: #999;
}

.black{
	color: #000;
}
.black a:link{
	color: #000;transition: 0.5s;
}
.black a:visited{
	color: #000;
}
.table_center{
    display:table;
}
.table_center > *{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.border_none{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.red {
	color: #C00;
}
.relative{
position: relative;}

.strong
{
	font-weight: bold;
}
.line_h{line-height: 1.3em;}


/* bsbsbs */



#wrapper {
	width: 1240px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background-color: #f5f9fa;
}

#header {
	position:relative;
}

#header_image {
	width: 1240px;
	height: 285px;
	background-color: #0085A0!important;
	background-size: 100%;
	background-image: url(//www.hamazo.tv/template/n-images/fukuroi_template01.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/*
#photo {
    width: 150px;
    height: 150px;
	background-size:100%;
    background: url(/_img/set_business_1/nophoto.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    border: 7px solid #FFF;
    border-color: rgba(255,255,255,0.7);
    overflow: hidden;
	position:absolute;
	top:260px;
	left:60px;
}
*/

#fukuroi_x_hamazo {
	position:absolute;
	top:15px;
	right:25px;
}

#fukuroi_x_hamazo img {
	width:350px;
}

#blog_text {
	position:absolute;
	top:0;
	left:0;
}

#blogtitle {
	font-size: 40px;
    margin: 20px 385px 10px 60px;
	z-index:9999;
}

#blogtitle a {
	color:#fff;
	text-shadow: 2px 2px 5px #000;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

#blogtitle a:link {
	color:#fff;
}

#blogtitle a:visited {
	color:#fff;
}

#blogtitle a:hover {
	text-decoration:none;
	opacity:0.7;
}

#description {
	width:730px;
	color: #fff;
	text-shadow: 2px 2px 3px #000;
	font-size: 14px;
	line-height: 1.7;
	margin:0 60px;
	z-index:9999;
}

#nav {
	width:100%;
	margin:0 0 0 0;
}

#nav li {
	width:20%;
	float:left;
	padding: 13px 0 13px 2%;
	border-right:1px solid #99d8ef;
	font-size:14px;
	letter-spacing:0.1rem;
	box-sizing:border-box;
	font-weight:bold;
    -webkit-transition: background-color 0.35s ease 0s;
    -moz-transition: background-color 0.35s ease 0s;
    -o-transition: background-color 0.35s ease 0s;
    transition: background-color 0.35s ease 0s, color 0.35s ease 0s;
	background-color:#029cd6;
}

#nav li:hover {
	    background: #fff none repeat scroll 0 0;
		color:#029cd6;
}

#nav li:nth-child(5) {
	border-right:none;
}

#nav a:hover {
	text-decoration:none;
}

#nav a {
	color:#fff;
	font-weight:normal;
	display:block;
}

#nav a li {
	position:relative;
}
 
#nav a li:after {
 border-right: 3px solid #fff;
 border-top: 3px solid #fff;
 border-radius: 2px;
 content: "";
 margin: 0 0 0 10px;
 height: 5px;
 right: 20px;
 position: absolute;
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 top: 20px;
 width: 5px;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

#nav a li:hover:after {
 border-right: 3px solid #029cd6;
 border-top: 3px solid #029cd6;}

#nav li a {
    background: #fff none repeat scroll 0 0;
    display: block;
    font-size: 1.5rem;
    height: 39px;
    line-height: 39px;
    padding: 0 20px;
    -webkit-transition: background-color 0.35s ease 0s;
    -moz-transition: background-color 0.35s ease 0s;
    -o-transition: background-color 0.35s ease 0s;
    transition: background-color 0.35s ease 0s, color 0.35s ease 0s;
}

#side_wrap {
	width: 340px;
	float: left;
	margin: 35px 0 0 0;
}

.sidetitle {
	color:#009cc5;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1rem;
	padding:0 10px 5px 0;
    margin: 40px 0 20px 0;
	border-bottom:5px solid #009cc5;
	box-sizing:border-box;
}

#left_side {
	width: 300px;
	margin: 0 30px 0 0;
	float: left;
}

#right_side {
	width:300px;
	float:left;
}

.profile .photo {
	width:130px;
	height:130px;
	border-radius:100px;
	overflow:hidden;
	margin:0 auto;
}

.profile .photo img {
	width:130px;
}

.nickname {
    font-size: 16px;
    font-weight: bold;
	padding:15px 0 10px 10px;
	text-align:center;
	/*
    padding: 13px 0 10px 43px;
    background-image: url(//www.hamazo.tv/template/n-images/ambassador_badge.png);
    background-repeat: no-repeat;
    background-size: 35px;
	*/
}

.message {
	color:#aaa;
	margin:10px 0 0 0;
	font-size:14px;
}

.banner_box {
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

.banner_box:hover {
	opacity:0.7;
}



.sidebody {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 10px;
}

.sidebody a {
}

.category ,.link ,.comment ,.search ,.counter ,.qrcode ,.rss ,.inquiry ,.blog_entry ,.calender ,.subscription ,.recententry-img ,.recententry ,.archives ,.tag_cloud  {
	/* [disabled]padding-bottom:15px; */
}

.category span {
	font-size:12px;
	margin:0 0 0 5px;
	color:#999999;
}

ul.rss {
    text-align: center;
}

ul.rss li {
    border-right: #999 1px solid;
    display: inline;
    font-size: 88%;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin-right: 0.3em;
    padding-right: 0.5em;
    padding-left: 0.2em;
}

ul.rss a:link, ul.rss a:visited, ul.rss a:hover, ul.rss a:active {
    color: #666;
    text-decoration: none;
}

.side .text {
    width: 80px;
}

.button {
	padding: 0 8px;
}

.counter {
	color:#999;
}

.calender {
    text-align: center;
	width:90%;
	margin:15px auto 10px;
}

.calendarhead {
    margin-bottom: 3px;
    font-size: 14px;
}

.calendartable {
    border: 0px solid #006699;
    font-size: 13px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.sun {
    color: #FF3366;
}

.sat {
    color: #0099CC;
}

.tag_cloud a:hover {
	text-decoration: underline;
}

.tag_cloud span {
	color:#009cc5;;
    line-height: 25px!important;
}

.tag_cloud span:hover {
	text-decoration:underline;
	color:#1189a1;;
}

.tag_cloud p {
	margin:10px 0 0 0;	
}

.tag_cloud p:hover {
	text-decoration:underline;
}

#copyright {
	text-align:center;
	padding:150px 0 10px 0;
	font-size:10px;
	clear:both;
}


.headline2961_template {
	background-image: url(//www.hamazo.tv/template/n-images/headline_bg_anb.png);
	background-repeat: no-repeat;
	height: 46px;
	line-height: 55px;
	padding: 0 0 0 60px;
	color: #fff;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: -5px;
}

.entry_ambassador_wrap {
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	margin:10px 0 0 0;
}

.entry_ambassador_wrap:hover {
	opacity:0.7;
}

.entry_ambassador_wrap a:hover {
	text-decoration:none!important;
}

.entry_ambassador_box {
	background-color:#fff;
	padding:0 0 20px 0;
}

.entry_ambassador_photo {
	width:300px;
	height:200px;
	overflow:hidden;
	background-image:url(https://www.pakutaso.com/shared/img/thumb/YUKA150912596015_TP_V1.jpg);
	background-repeat:no-repeat;
	background-size:300px;
	background-position:center center;
}

.entry_ambassador_profile {
	background: #fff;
	background-image:url(https://www.pakutaso.com/assets_c/2015/03/kawamurayuka-thumb-150x150-12130.jpg);
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: center;
    float: left;
    display: block;
    width: 35px;
    height: 35px;
    margin: 20px 10px 0 10px;
    padding: 2px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-box-shadow: 0 1px 2px #bbb;
    -moz-box-shadow: 0 1px 2px #bbb;
}

.entry_ambassador_time {
	margin:20px 0 3px 60px;
	font-size:12px;
	color:#777;
}

.entry_ambassador_entry_title {
	font-size:16px;
	margin:0 10px 5px 60px;
	color:#333;
}

.entry_ambassador_text {
	font-size:14px;
	color:#ccc;
	margin:0 10px 0 60px;
}



/*　ここから記事部分　*/

#main {
	clear: both;
	padding-top: 35px;
	padding-right: 70px;
	padding-left: 45px;
	padding-bottom: 35px;
	width: 740px;
	float: left;
}

.clear-both {
	clear:both;
}

.post_innner {
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    padding: 15px 0 15px 0;
    border-bottom: 1px dashed #ccc;
    height: 200px;
}

.post_innner:hover {
	opacity:0.7;
}

.post_left {
    float: left;
    margin: 0 15px 0 0;
    width: 300px;
    height: 200px;
    overflow: hidden;
    background-position: center center;
    background-size: 320px;
    background-repeat: no-repeat;
}

.post_right {
	float: left;
	width: 420px;
}

.post_meta {
	font-size:12px;
	color:#ccc;
}

.post_time {
}

.post_title {
	color: #000;
	font-size: 24px;
	line-height: 1.4;
	margin: 3px 0 10px 0;
}

.post_text {
	color:#999;
	font-size:14px;
	font-weight:normal;
}


.pagenavi {
	clear:both;
    border-top: 1px solid #dbd9da;
	padding-top:8px;
}

.current {
	background-color:#0085a0;
	color:#FFF;
}

.current, .page, .extend, .nextpostslink {
	padding:8px 20px;
	border:1px solid #DBD7DA;
	margin-left:-1px;
	font-size:24px;
	font-weight:normal;
}

.page, .extend, .nextpostslink {
	margin-left:-6px;
}

.extend {
	padding:8px 35px;

}

.image-aside, .text-aside {
	margin:0;
}


figure {
	position: relative;
	overflow: hidden;
	width: 200px;
	color:#fff;
	text-align:center;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
figure:hover figcaption {
	opacity: 1;
}
figure h3 {
	margin:5px 5px 0;
	letter-spacing:0.1rem;
}
figure p {
	font-size:10px;
	margin:65px 10px 0;
	line-height:1.5;
	letter-spacing:0.1rem;
}




#footer {
	clear:both;
	margin:50px 0 0;
}






/* 個別記事 */


.blogbody{
	margin: 0;
}

.title{
	text-align: left;
	color: #383838;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	border-bottom: 1px solid #dbd7da;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-right: 0px;
    font-size: 1.65rem;
    line-height: 1.3;
}



.title a{
	color: #333;
	text-decoration: none;

}
.title a:link{
	text-decoration: none;
	color: #333;
}
.title a:visited{
	text-decoration: none;
	color: #333;
}
.title a:active{
	text-decoration: none;
	color: #333399;
}
.title a:hover{
	text-decoration: underline;
}

.entry_data {
}

.entrydate {
	color: #333333;
	line-height: 1.5em;
	font-size: 0.75rem;
	float: left;
	font-weight: normal;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;;
	padding-top: 10px;
}

#category-right {
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 5px;
	padding-bottom: 0px;
	font-size: 0.75rem;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}

#category-right a {
	color:#099cc5;
	margin: 0 5px;
}


.posted .aposted {
	background-color: #333333;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 10px;
}

.main-post {
	clear:both;
    margin: 0 0 15px 0;
    padding-top: 30px;
	line-height:1.7;
}

.main-post {
	max-width:714px;
}

.main-post img {
	max-width:100%;
}

.posted{
	color:#666;
	font-size:11px;
	text-align:right;
	margin-top: 5px;
	margin-bottom: 40px;
	padding-bottom: 0;
}

.insideout2 {
	float: right;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.inside{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
-webkit-transition:0.8s;
-moz-transition:0.8s;
	transition:0.8s;
	margin: 0px;
	padding: 0px;
}
.inside p{
	font-weight: bold;
	2display:inline-block;
	vertical-align: middle;
	font-size: 12px;
	padding: 0px;
	-index: 10;
	margin: 0px;
}

	a.amenu2{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #333333;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	margin-right: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}



	a.amenu2:link{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #333333;
	font-weight: bold;
}

	a.amenu2:visited{
	color:#FFFFFF;
	text-decoration:none;
	background-color: #333;
	font-weight: bold;
}

	a.amenu2:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #555;
	font-weight: bold;
	opacity: 0.5;
}

a.amenu2::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

a.amenu2:hover::after {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}


.comments-head {
    padding-top: 10px;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #dbd7da;
    padding-bottom: 10px;
    font-weight: bold;
}
.comments-body {
    font-size: 14px;
    line-height: 145%;
    margin-top: 20px;
    margin-bottom: 5px;
}

.comments-post {
    color: #666;
    font-size: 14px;
    text-align: right;
    margin-top: 0;
    margin-bottom: 25px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
}

table.form {
	width: 670px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 13px;
}

table.form td {
	 width:90px;
	 display:table-cell;
}

table.form label {
	width: 100px!important;
}

table.form insert {
	padding:10px;
}

label {
    font-size: 88%;
    font-weight: normal;
    color: #666;
}

input[type="author"]
{
	width:300px;
}

.menu {
	clear:both;
    color: #666;
    font-size: 14px;
    text-align: center;
	margin:70px auto 0;
	width:412px;
}

.insideout {
    float: left;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
}

	a.amenu2{
	color:#fff;
	text-decoration:none;
	background-color: #009cc5;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	margin-right: 10px;
	font-weight: bold;
	margin-bottom: 5px;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	border-radius:5px;
	border:1px solid #009cc5;
	box-sizing:border-box;
}
	a.amenu2:link{
	color:#fff;
	text-decoration:none;
	background-color: #009cc5;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	border-radius:5px;
	border:1px solid #009cc5;
	box-sizing:border-box;
}

	a.amenu2:visited{
	color:#fff;
	text-decoration:none;
	background-color: #009cc5;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
	border-radius:5px;
	border:1px solid #009cc5;
	box-sizing:border-box;
}

	a.amenu2:hover{
	color:#009cc5;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #009cc5;
	box-sizing:border-box;
	opacity:1;
}

.inside{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
-webkit-transition:0.8s;
-moz-transition:0.8s;
	transition:0.8s;
	margin: 0px;
	padding: 0px;
}
.inside p{
	font-weight:bold;
	2display:inline-block;
	vertical-align:middle;
	font-size:14px;
	padding:0px;
	-index:10;
	margin: 0px;
}

.category-bar {
    color: #383838!important;
    background-color: #fff!important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    clear: both;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    margin-right: 3px;
    margin-left: 3px;
    border: none!important;
    border-bottom: 1px solid #009cc5!important;
    border-left: 10px solid #009cc5!important;
}

.category-bar a:visited {
    color: #383838!important;
    text-decoration: none!important;
}
.category-bar a:link {
    color: #383838!important;
    text-decoration: none!important;
}

.category-bar a:hover {
	text-decoration:underline!important;
}

.image-relevance {
    margin-right: 3%;
    float: left;
    width: 20%;
    max-width: 150px!important;
    max-height: 100px!important;
    overflow: hidden;
    margin-left: 2%;
}

.image-relevance img {
    width: 100%;
    max-width: 150px!important;
    margin-bottom: 2px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.album_image {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.album_image:hover {
	opacity:0.7;
}

.rssMemo {
	margin-left:30px!important;
	font-size:14px;
}

.text-relevance a {
	margin-right:5px;
}


#nav_headline {
	border:1px solid #dbd7da;
	border-left:10px solid #999;
	padding:12px 20px;
}

#album-link {
	width:30%;
	padding:10px;
	font-size:14px;
	text-align:center;
    border: 1px solid #fff!important;
	color:#fff!important;
	margin:15px 0 0 30px;
}

a:visited #album-link {
    color: #fff!important;
    font-weight: normal;!important;
    text-decoration: none;
}

a:link #album-link {
    color: #fff!important;
    font-weight: normal!important;
    text-decoration: none;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

a:hover #album-link {
    font-weight:normal!important;
	color:#fff!important;
	opacity:0.8;
}

a:hover #album-link a {
	text-decoration:none!important;
}

#mailForm table { width: 100%; font-family: 'Lucida Grande', "Hiragino Kaku Gothic Pro", Meiryo, 'メイリオ', 'MS Pゴシック', sans-serif; font-weight:normal;}
#mailForm th, #mailForm td  { padding: 10px; border: 1px solid #ddd; }
#mailForm th  { background: #f4f4f4; }
 
 .bt {
	 text-align:center;
 }
.next {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #333;
    padding: 0 30px;
    color: #333;
    line-height: 50px;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    font-family: 'Lucida Grande', "Hiragino Kaku Gothic Pro", Meiryo, 'メイリオ', 'MS Pゴシック', sans-serif;
    margin: 0 5px;
    font-size: 18px;
}
.next:hover {
	background-color: #333;
	border-color: #333;
	color: #fff;
}
.next::before,
.next::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #333;
}
.next::before {
	top: 0;
}
.next::after {
	bottom: 0;
}
.next:hover::before,
.next:hover::after {
	height: 0;
	background-color: #333;
} 

.err {
    color: red;
    font-size: 12px;	
}

/*----------------------------------------------------
    .contact
----------------------------------------------------*/
.contact th  { width: 30%; text-align: left; }
.contact td  { width: 70%; text-align: left; }
.contact span {color:red;}

 
@media only screen and (max-width:480px){
    .contact { margin: 0; }
    .contact th,
    .contact td{
    width: 100%;
    display: block;
    padding: 5%;
    border-top: none;
    box-sizing: border-box;
 }
    .contact tr:first-child th   { border-top: 1px solid #ddd; }

.bt {
	text-align:center;
}
.next {
	width:50%;
	padding:0;
}
.contact textarea, .contact input {
	padding:2%;
}

}