@charset 'utf-8';


/* ----- 基本構造 -------------------------------------- */


/* ------------------------------
   Browser Reset
------------------------------ */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td ,slideShow {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	text-align: left;
}

html {
	-webkit-text-size-adjust: none;
}

img {
	vertical-align: bottom;
}

a {
	-webkit-tap-highlight-color: transparent;
}

strong {
	font-weight: bold;
}

 ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
/*\*/
	overflow: hidden;
/**/
}

option {
	padding-right: 10px;
}



/*---------------------------------------------------*/

body	{
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	margin: 0px; 
}


a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: top;
}

.header-inner {
	margin: 0 auto;
	width: 1140px;
	text-align: left;
	position: relative;
}


/* アドレス */
.adderss_logo img	{
	width: 50%;
	height: auto;
	float: right;
}


.adderss_logo	{
	text-align: center;
	padding-top: 40px;
}

.address p	{
	text-align: left;
	padding-top: 45px;
	float: left;
}


#rink {
	clear: both;
	width: 100%;
	padding-top: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

.line3 {
	position: relative;
	width: 100%;
	font-size: 11pt;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	text-align: center;
	height: 30px;
	line-height: 220%;
}

.line3 ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-align: center;
}
.line3 li{
	margin:0 10px;
	display:inline;
}
.line3 a{
	text-decoration: none;
	color: #333333;
}
.line3 a:hover{
	color: #FF0000;
}



/* コピーライト */
.copyright p	{
	margin: 0;
	color: #000;
	font-size: 16px;
	text-align: center;
}


/* フッター */
.footer	{
	padding-top: 5px;
	padding-bottom: 15px;
	background-image: url(http://www.assist-f.jp/yamakawa_test/images/index/footer_img.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 255px;
}

/* フッターメニュー */
.footermenu{
	margin: auto;
	font-size: 17px;
}
.footermenu ul{
	list-style-type: none;
	text-align: center;
	padding-top: 50px;
}
.footermenu li{
	margin:0 20px;
	display:inline;
}
.footermenu a{
	text-decoration: none;
	color: #000000;
}
.footermenu a:hover{
	color: #FF6600;
}


/* ボックスの左右 */
.header-site, .info, .footer, .pickup, .main-1, div#navigation
	{padding-left: 15px;
	padding-right: 15px}

	

/* ボックスの上下 */
.header	{padding-top: 20px;
	padding-bottom: 10px}


/* =======================================
	back-top
======================================= */

#back-top {
    position:fixed;
    bottom: 0;
    right: 10px;
}

#back-top img {
    width: 70%;
}

#back-top a {
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {opacity: 0.6}


/* arrow icon (span tag) */
#back-top span {
	display: block;
	margin-bottom: 15px;
    font-size: 20px;
	color: #000;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 0;
}
#back-top a:hover span {
    background-color: none;
}



/* -----元のデータ-------------------------------------------------------------
 ------------------------------------------------------------------------------ */

div#container {
	width: 100%;
	margin: 20px auto 0 auto;
/*	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	background-color: #FFFFFF;
*/}


div#container:after	{content: "";
	display: block;
	clear: both}
	
	
div#header {
	float: none;
	clear: both;

	height: 120px;

	background-color: #E0E0E5;
}

div#menu {
	float: none;
	clear: both;

	margin-bottom: 10px;

	background-color: #777788;
}

div#navigation {
	width: 255px;
	float: right;
}

div#logs {
	float: left;
}
/*div#diary, div#comment, div#trackback {
	margin: 0px 15px;
}*/

div#page, div#navi, div#contents, div#work, div#form, div#canvas, div#env, div#status {
	float: none;
	clear: both;

	padding: 0px 15px;
}
/*div#footer {
	float: none;
	clear: both;
}*/


/* ----- ヘッダー --------------------------------------

div#header h1 {
	padding: 15px 15px 10px 15px;
}
div#header h1 a {
	color: #444444;

	font-size: 25px;
	text-decoration: none;
}
@media screen {
	div#header h1 a {
		font-family: Verdana, Arial, sans-serif;
	}
}

div#header p {
	margin: 0px 15px;

	font-size: 12px;
} */

/* ----- メニュー -------------------------------------- 

div#menu h2 {
	display: none;
}

div#menu ul {
	padding: 5px 0px;
}
div#menu ul li {
	display: inline;

	margin-right: 10px;
}

div#menu a:link, div#menu a:visited {
	color: #FFFFFF;
}
div#menu a:active, div#menu a:hover {
	color: #000000;
}*/

/* ----- ナビゲーション -------------------------------- */

div#navigation h2 {
	margin: 7px 7px 17px 7px;
	padding: 5px 0;
	color: #FFFFFF;
	background-color: #FF9999;
	font-size: 16px;
}

div#navigation ul {
	margin: 0px 10px 0px 12px;
}
div#navigation ul li {
	margin: 0px 0px 0px 0px;

	list-style-type: none;
}
div#navigation ul li ul {
	margin: 0px 0px 0px 20px;
}

div#navigation dl {
	margin: 0px 10px 0px 12px;
}
div#navigation dl dt {
}
div#navigation dl dd {
}

div#navigation form dl {
}
div#navigation form dl dt {
	display: none;
}
div#navigation form dl dd {
}
div#navigation form p {
	margin-left: 12px;
	margin-bottom: 0px;
}

div#navigation table {
	width: 180px;

	margin: -2px 0px 7px 7px;
	border: 0px solid #AAAAAA;
}
@media screen {
	div#navigation table {
        	margin: -2px auto 7px auto;
        }
}
div#navigation table tr th {
	padding: 5px;
	border: 0px solid #AAAAAA;

	background-color: #FFFFFF;

	text-align: left;
}
div#navigation table tr td {
	padding: 3px;
	border: 0px solid #AAAAAA;

	text-align: center;
}
@media screen {
	div#navigation table tr td {
        	padding: 5px;
        }
}

div#navigation .day {
	color: #444444;
}
div#navigation .satday {
	color: #4444CC;
}
div#navigation .sunday {
	color: #CC4444;
}
div#navigation .today {
	background-color: #EEEEEE;
}

div#navigation .calender {
	margin: 2px 10px;
}
div#navigation .calender li {
	display: inline;

	margin-right: 10px;
}

div#navigation .block {
	margin-right: 15px;
	margin-bottom: 10px;
	padding-bottom: 20px;

	border: 1px solid #777777;

	text-align: center;
}

/* ----- 記事一覧 -------------------------------------- */

div#logs {
	width: 75%;
}
/*html>body div#logs {
	width: 75%;
} */

div#diary .diary {
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #777777;
	font-size: 16px;
}

div#diary h2 {
	display: none;
}
div#diary h3 {
	margin: 5px 5px 20px 5px;
	font-size: 16px;
	padding: 5px;
	color: #FFFFFF;
	background-color: #FF9999;
}
div#diary h4 {
	margin: 10px;
}

div#diary .text * {
	font-size: x-small;
}
html>body div#diary .text * {
	font-size: small;
}
div#diary .text p {
	margin: 15px 10px;
}
div#diary .text ul {
	margin: 15px 30px;
}
div#diary .text ol {
	margin: 15px 40px;
}

div#diary .info {
	margin: 5px 10px;

	text-align: right;
}
div#diary .info * {
	font-size: 10px;
}
div#diary .info li {
	display: inline;

	margin-left: 5px;
}

div#diary .list {
	border: 1px solid #AAAAAA;
	margin: 0px 0px 10px 20px;
	padding: 5px 10px;
}
div#diary .list h4 {
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 15px 0px;
	padding: 3px 5px;

	color: #444444;
	background-color: #FFFFFF;
}
div#diary .list ul {
	margin: 0px 0px 10px 20px;
}
div#diary .list dl dt {
	margin: 0px 5px;
        font-weight: bold;
}
div#diary .list dl dd {
	margin: 10px 10px 0px 15px;
}

div#trackback h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#trackback dl {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #AAAAAA;
}
div#trackback dl dt {
	margin-top: 10px;
	margin-left: 10px;
}
div#trackback dl dd {
	margin-left: 30px;
}

div#comment .comment {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #AAAAAA;
}

div#comment h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#comment h3 {
	margin: 5px 5px 10px 5px;
	padding: 5px;
}

div#comment .text * {
	font-size: x-small;
}
html>body div#comment .text * {
	font-size: small;
}
div#comment .text p {
	margin: 10px;
}

/* ----- ページ移動 ------------------------------------ */

div#page h2 {
	display: none;
}

div#page ul {
	margin: 0px;
}
div#page ul li {
	display: inline;

	margin-right: 0px;
}

/* ----- ナビゲーション -------------------------------- */

div#navi h2 {
	display: none;
}

div#navi ul {
	margin: 5px 0px;

	text-align: right;
}
div#navi ul li {
	display: inline;

	margin-left: 5px;
}

div#navi form dl {
}
div#navi form dl dt {
	display: none;
}
div#navi form dl dd {
	float: left;
}
div#navi form input {
	padding: 0px;
}

/* ----- コンテンツ ------------------------------------ */

div#contents h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#contents h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
}
div#contents h4 {
	margin-bottom: 10px;
}

div#contents dl {
	margin-bottom: 20px;
}
div#contents dl dt {
	margin-top: 10px;
}
div#contents dl dd {
	margin-left: 30px;
}

/* ----- 処理選択 -------------------------------------- */

div#work h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}

div#work form {
	margin: 10px 0px;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	float: left;
}
div#work form input {
	padding: 0px;
}

/* ----- フォーム -------------------------------------- */

div#form h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}

div#form form {
	margin-bottom: 10px;
}
div#form form dl {
	margin-bottom: 20px;
}
div#form form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
div#form form dl dd {
}
div#form form dl dd textarea {
	margin-top: 2px;
}
div#form form ul {
	margin: 0px 0px 20px 0px;
}
div#form form ul li {
	list-style-type: none;
}

/* ----- 環境設定 -------------------------------------- */

div#env h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#env h3 {
	margin-bottom: 15px;
	padding: 5px;

	background-color: #EEEEEE;
}

div#env dl {
	margin-bottom: 20px;
}
div#env dl dd {
	margin-bottom: 10px;
}

div#env form {
	margin-bottom: 20px;
}
div#env form p {
	margin-bottom: 20px;
}

/* ----- キャンバス ------------------------------------ */

div#canvas h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#canvas applet {
	margin-bottom: 15px;
}

/* ----- ステータス ------------------------------------ */

div#status h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#status h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
}
div#status h4 {
	margin-bottom: 10px;
}

div#status dl {
	margin-bottom: 20px;
}
div#status dl dt {
	float: left;
	clear: left;
	width: 10em;
}
div#status dl dd {
}

/* ----- フッター --------------------------------------

div#footer address {
	padding: 10px 15px 20px 15px;

	color: #FFFFFF;

	background-color: #777788;
}

div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
}
div#footer a:active, div#footer a:hover {
	color: #000000;
} */

/* ----- 個別指定 -------------------------------------- */

.new {
	color: #FF0000;
}



/* メディアクエリ */


/* ########### 360px以下 ########### */
@media (max-width: 360px) {

/* サイト名 */
.site img	{width: 225px;
	height: auto}
	
/* コピーライト */
.copyright p	{
	margin: 0;
	color: #000;
	font-size: 9px;
	text-align: center;
}

}


/* ########### 599px 以下 ########### */
@media (max-width: 599px) {

video	{width: 100%;
	height: auto}
}


/* ########### 768px以下 ########### */
@media (max-width: 768px) {


/* トグルボタン */
#menubtn	{padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{display: inline-block;
	text-indent: -9999px}

/* ナビゲーションメニュー（縦並び） */

/* ナビゲーションメニュー（縦並び） */
.menu	{display: none
}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{
	display: block;
	font-size: 18px;
	color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #FCC;
	padding-left: 10px;

}

.menu li a:hover	{background-color: #eeeeee}

.menu li img	{display: none}



.header-inner	{
	width: 100%;
}


/* ヘッダーtelのみ（横並び） */
.header-tel {
		width: 100%;
}

.header-tel:after	{content: "";
	display: block;
	clear: both}

.telephon-inq {
	display:none
}

.telephon   {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding-top: 7px;
	color: #F60;
}

/* フッターメニュー */
.footermenu{
	font-size: 17px;
}
.footermenu ul{
	list-style-type: none;
	text-align: center;
	padding-top: 10px;
}
.footermenu li{
	margin:0 10px;
	display:inline;
}
.footermenu a{
	text-decoration: none;
	color: #000000;
}
.footermenu a:hover{
	color: #FF6600;
}


/* アドレス */	
.address p	{
	text-align: center;
	font-size: 13px;
	float: none;
	padding-top: 5px;
}

.adderss_logo img	{
	width: 80%;
	height: auto;
	float: none;
}


.adderss_logo	{
	text-align: center;
	padding-top: 20px;
	float: none;
}


/* コピーライト */
.copyright p	{
	margin: 0;
	color: #000;
	text-align: center;
}


/*  back-top */
/* arrow icon (span tag) */
#back-top img {display: none}

#back-top a {
    width: 50px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	background-image: url(http://www.assist-f.jp/yamakawa_test/images/index/arrow_top.png);
	background-repeat: no-repeat;
	background-color: rgba(195, 195, 195, 0.5);
	background-position: center center;
	width: 50px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	padding: 10px 0 0;
	font-size: 20px;
	color: #000;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;}
	
#back-top a:hover span {
    background-color: #777;
}



/* ブログ関連 */

div#container {
	width: 90%;}

div#logs {width: 100%;
	margin:0;
}

div#diary {
	width: 100%;
}

div#navigation	{
	display: none;}

#rink {
	clear: both;
	width: 100%;
}


.line ul	{
	text-align: center;
	font-size: 12px;
}


.line3 {
	position: relative;
	width: 100%;
	font-size: 9pt;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	text-align: center;
	height: 30px;
	line-height: 220%;
}

}



/* ########### 769px以上 ########### */
@media (min-width: 769px) {

/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important}

.menu ul	{
	list-style: none;
	margin-right: 300px;
	padding-top: 8px;
}

.menu li a	{
	position: absolute;
	display: block;
	height: 87px;
	width: 95px;
	font-size: 13px;
	z-index: 50;
	top: 40px;
	color: #666;
	text-align: center;
	font-weight: bold;
	margin-right: 2px;
}

.menu li a:hover	{
	font-size: 15px;
	font-weight: bold;
	color: #F60;
}

.menu li	{float: left;
	width: auto;
	padding-left: 10px;
}

.menu li img  {
	position: relative;
	height: 87px;
	width: 86px;
	padding-left: 5px;
}

.header-tel	{
	float: right;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 15px;
}

.telephon   {
	font-size: 27px;
	font-weight: bold;
	color: #F60;
}

.telephon-inq {
	font-size: 19px;
	line-height: 100%;
	}
	
.header-tel:after	{content: "";
	display: block;
	clear: both}



/* header-siteとheader-navを横に並べる設定 */
.header:after	{content: "";
	display: block;
	clear: both}

.header-site	{float: left;
	width: auto}

.header-nav	{float: right;
	width: auto}


/* アドレスロゴと住所を横に並べる設定 */
.adderss:after	{content: "";
	display: block;
	clear: both}

.adderss_logo	{float: left;
	width: 45%;
	margin-right: 2%;
}

.address p	{float: left;
	width: 53%;
}

}


/* ########### 1190px 以上 ########### */
@media (min-width: 1190px) {


/* 全体の横幅を固定 */
.top, .photo, .header-inner, .footer-inner, .pickup, .address, .main-side, .slideShow, .top_mask
	{width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
	
div#container
	{width: 1140px;
	margin-left: auto;
	margin-right: auto}

}

/** ブログ記事内テーブル **/
#blogtable {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #999;
}

#blogtable tbody th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #FFE8E8;
}
#blogtable td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
