@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.info_box {
    display: block;
    background-color: #f9f9f9;
    border-radius: 2px;
}

.info_box .h3title {
    padding: .8rem 0 0 1rem;
    font-size: .9rem;
	border:none;
	font-weight:bold;
	
}

.info_box  ul {
    display: inline-block;
}

.info_box  ul li {
    list-style: none;
    margin: 0px;
	display: inline;
		margin-right:8px;

}



.info_box  ul li a {
    background-color: rgb(255, 255, 255);
    display: inline-block;
    background-color: rgb(245, 245, 245);
    font-size: 0.8rem;
    padding: 0.1rem 0.4rem;
    margin: 0px 0px 0.2rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    border-image: initial;
    border-radius: 2px;
    color: rgb(58, 58, 58);
    text-decoration: none;
}






